Skip to content

Commit

Permalink
Add bun again, try Ubuntu with Bun 1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenf committed Aug 21, 2024
1 parent c0f906c commit 967cce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion @webwriter/app-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@tauri-apps/cli": "^1.6.0"
},
"optionalDependencies": {
"bun": "^1.1.24",
"bun": "^1.1.25",
"esbuild": "^0.23.1"
}
}
2 changes: 2 additions & 0 deletions @webwriter/app-desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"execute": true,
"open": ".*",
"scope": [
{"name": "bin/bun", "args": true, "sidecar": true},
{"name": "bin/esbuild", "args": true, "sidecar": true}
]
},
Expand All @@ -57,6 +58,7 @@
"bundleMediaFramework": true
},
"externalBin": [
"bin/bun",
"bin/esbuild"
],
"icon": [
Expand Down

0 comments on commit 967cce4

Please sign in to comment.