diff --git a/package.json b/package.json index 5bbdbe8..4abe868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fanslysync-desktop", - "version": "0.0.1", + "version": "0.1.3", "private": true, "scripts": { "dev": "vite dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4b63a43..cc2d684 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,69 +1,69 @@ { - "$schema": "../node_modules/@tauri-apps/cli/schema.json", - "build": { - "beforeBuildCommand": "npm run build", - "beforeDevCommand": "npm run dev", - "frontendDist": "../build", - "devUrl": "http://localhost:5173" - }, - "bundle": { - "active": true, - "category": "DeveloperTool", - "copyright": "", - "targets": "all", - "externalBin": [], - "icon": [ - "icons/32x32.png", - "icons/128x128.png", - "icons/128x128@2x.png", - "icons/icon.icns", - "icons/icon.ico" - ], - "windows": { - "certificateThumbprint": null, - "digestAlgorithm": "sha256", - "timestampUrl": "" - }, - "longDescription": "", - "macOS": { - "entitlements": null, - "exceptionDomain": "", - "frameworks": [], - "providerShortName": null, - "signingIdentity": null - }, - "resources": [], - "shortDescription": "", - "linux": { - "deb": { - "depends": [] - } - }, - "createUpdaterArtifacts": "v1Compatible" - }, - "productName": "FanslySync", - "version": "0.1.3", - "identifier": "com.fanslycreatorbot.fanslysync", - "plugins": { - "updater": { - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDJFODZGRDI4NjBFMDQ1RUMKUldUc1JlQmdLUDJHTGdRdSt6dWFISXE0MThsa0tvUDA2RWdMSStjQ0J6NVBhdmU4ajRMMms4a1cK", - "endpoints": [ - "https://cdn.crabnebula.app/update/fansly-creator-bot/fansly-sync/{{target}}-{{arch}}/{{current_version}}" - ] - } - }, - "app": { - "windows": [ - { - "fullscreen": false, - "height": 650, - "resizable": false, - "title": "FanslySync", - "width": 600 - } - ], - "security": { - "csp": null - } - } -} \ No newline at end of file + "$schema": "../node_modules/@tauri-apps/cli/schema.json", + "build": { + "beforeBuildCommand": "npm run build", + "beforeDevCommand": "npm run dev", + "frontendDist": "../build", + "devUrl": "http://localhost:5173" + }, + "bundle": { + "active": true, + "category": "DeveloperTool", + "copyright": "", + "targets": "all", + "externalBin": [], + "icon": [ + "icons/32x32.png", + "icons/128x128.png", + "icons/128x128@2x.png", + "icons/icon.icns", + "icons/icon.ico" + ], + "windows": { + "certificateThumbprint": null, + "digestAlgorithm": "sha256", + "timestampUrl": "" + }, + "longDescription": "", + "macOS": { + "entitlements": null, + "exceptionDomain": "", + "frameworks": [], + "providerShortName": null, + "signingIdentity": null + }, + "resources": [], + "shortDescription": "", + "linux": { + "deb": { + "depends": [] + } + }, + "createUpdaterArtifacts": "v1Compatible" + }, + "productName": "FanslySync", + "version": "0.1.3", + "identifier": "com.fanslycreatorbot.fanslysync", + "plugins": { + "updater": { + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDJFODZGRDI4NjBFMDQ1RUMKUldUc1JlQmdLUDJHTGdRdSt6dWFISXE0MThsa0tvUDA2RWdMSStjQ0J6NVBhdmU4ajRMMms4a1cK", + "endpoints": [ + "https://cdn.crabnebula.app/update/fansly-creator-bot/fansly-sync/{{target}}-{{arch}}/{{current_version}}" + ] + } + }, + "app": { + "windows": [ + { + "fullscreen": false, + "height": 650, + "resizable": false, + "title": "FanslySync", + "width": 600 + } + ], + "security": { + "csp": null + } + } +}