diff --git a/package.json b/package.json index 00a093c..5265ee0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "e2fly", "private": true, - "version": "1.7.1", + "version": "1.7.2", "type": "module", "repository": { "type": "git", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8813a23..e69de29 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,74 +0,0 @@ -{ - "$schema": "https://schema.tauri.app/config/2.0.0", - "productName": "E2Fly", - "mainBinaryName": "E2Fly", - "version": "1.7.1", - "identifier": "com.0x-jerry.dev", - "build": { - "beforeBuildCommand": "pnpm build:web", - "beforeDevCommand": "pnpm dev:web", - "frontendDist": "../dist", - "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": { - "providerShortName": "E2Fly", - "signingIdentity": "-" - }, - "resources": [], - "shortDescription": "", - "linux": { - "deb": { - "depends": [] - } - }, - "createUpdaterArtifacts": true - }, - "plugins": { - "updater": { - "windows": { - "installMode": "passive" - }, - "endpoints": [ - "https://github.com/0x-jerry/e2fly/releases/latest/download/latest.json" - ], - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERFNjUwN0U5OEY2MjZCMzcKUldRM2EyS1A2UWRsM3ViYS9PYUhXM21ORmZOb25Mb0x5VDJDeTlrMTQ4b3VSeWhyZmRncTIzRGQK" - } - }, - "app": { - "windows": [ - { - "visible": false, - "focus": false, - "fullscreen": false, - "resizable": false, - "maximizable": false, - "visibleOnAllWorkspaces": true, - "title": "E2Fly", - "height": 640, - "width": 350 - } - ], - "security": { - "csp": null - } - } -} \ No newline at end of file