We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4815f86 + 0de7d03 commit 2e96e50Copy full SHA for 2e96e50
2 files changed
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
- uses: tauri-apps/tauri-action@v0
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
- with:
+ with:
57
tagName: app-v__VERSION__
58
releaseName: "App v__VERSION__"
59
releaseBody: "See the assets to download this version and install."
bridge/tauri.conf.json
@@ -2,7 +2,7 @@
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "HTTP Interceptor",
4
"version": "0.1.3",
5
- "identifier": "com.http-interceptor.app",
+ "identifier": "com.http-interceptor.js00001",
6
"build": {
7
"beforeDevCommand": "npm run dev",
8
"devUrl": "http://localhost:1420",
@@ -33,4 +33,4 @@
33
"icons/icon.ico"
34
]
35
}
36
-}
+}
0 commit comments