Skip to content

Commit

Permalink
Fix autoupdater assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 14, 2024
1 parent d959ed5 commit 3545149
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"$schema": "https://github.com/tauri-apps/tauri/releases/download/tauri-build-v2.0.0-beta.13/schema.json",
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../dist",
"devUrl": "http://localhost:1420"
},
"bundle": {
"createUpdaterArtifacts": "v1Compatible",
"active": true,
"targets": "all",
"icon": [
Expand Down

0 comments on commit 3545149

Please sign in to comment.