Skip to content

Commit

Permalink
chore: release v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-jerry committed Oct 30, 2024
1 parent 03dd6f8 commit 1b8ad0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 75 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2fly",
"private": true,
"version": "1.7.1",
"version": "1.7.2",
"type": "module",
"repository": {
"type": "git",
Expand Down
74 changes: 0 additions & 74 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}

0 comments on commit 1b8ad0e

Please sign in to comment.