fix versions

This commit is contained in:
Tanner Sommers 2024-08-02 15:39:23 -05:00
parent c6afae6cb6
commit a585dd9bff
2 changed files with 69 additions and 69 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "fanslysync-desktop", "name": "fanslysync-desktop",
"version": "0.0.1", "version": "0.1.3",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",

View File

@ -1,69 +1,69 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/schema.json", "$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": { "build": {
"beforeBuildCommand": "npm run build", "beforeBuildCommand": "npm run build",
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",
"frontendDist": "../build", "frontendDist": "../build",
"devUrl": "http://localhost:5173" "devUrl": "http://localhost:5173"
}, },
"bundle": { "bundle": {
"active": true, "active": true,
"category": "DeveloperTool", "category": "DeveloperTool",
"copyright": "", "copyright": "",
"targets": "all", "targets": "all",
"externalBin": [], "externalBin": [],
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",
"icons/128x128@2x.png", "icons/128x128@2x.png",
"icons/icon.icns", "icons/icon.icns",
"icons/icon.ico" "icons/icon.ico"
], ],
"windows": { "windows": {
"certificateThumbprint": null, "certificateThumbprint": null,
"digestAlgorithm": "sha256", "digestAlgorithm": "sha256",
"timestampUrl": "" "timestampUrl": ""
}, },
"longDescription": "", "longDescription": "",
"macOS": { "macOS": {
"entitlements": null, "entitlements": null,
"exceptionDomain": "", "exceptionDomain": "",
"frameworks": [], "frameworks": [],
"providerShortName": null, "providerShortName": null,
"signingIdentity": null "signingIdentity": null
}, },
"resources": [], "resources": [],
"shortDescription": "", "shortDescription": "",
"linux": { "linux": {
"deb": { "deb": {
"depends": [] "depends": []
} }
}, },
"createUpdaterArtifacts": "v1Compatible" "createUpdaterArtifacts": "v1Compatible"
}, },
"productName": "FanslySync", "productName": "FanslySync",
"version": "0.1.3", "version": "0.1.3",
"identifier": "com.fanslycreatorbot.fanslysync", "identifier": "com.fanslycreatorbot.fanslysync",
"plugins": { "plugins": {
"updater": { "updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDJFODZGRDI4NjBFMDQ1RUMKUldUc1JlQmdLUDJHTGdRdSt6dWFISXE0MThsa0tvUDA2RWdMSStjQ0J6NVBhdmU4ajRMMms4a1cK", "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDJFODZGRDI4NjBFMDQ1RUMKUldUc1JlQmdLUDJHTGdRdSt6dWFISXE0MThsa0tvUDA2RWdMSStjQ0J6NVBhdmU4ajRMMms4a1cK",
"endpoints": [ "endpoints": [
"https://cdn.crabnebula.app/update/fansly-creator-bot/fansly-sync/{{target}}-{{arch}}/{{current_version}}" "https://cdn.crabnebula.app/update/fansly-creator-bot/fansly-sync/{{target}}-{{arch}}/{{current_version}}"
] ]
} }
}, },
"app": { "app": {
"windows": [ "windows": [
{ {
"fullscreen": false, "fullscreen": false,
"height": 650, "height": 650,
"resizable": false, "resizable": false,
"title": "FanslySync", "title": "FanslySync",
"width": 600 "width": 600
} }
], ],
"security": { "security": {
"csp": null "csp": null
} }
} }
} }