Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 01be378

Browse files
committed
chore(package): upgrade tauri
1 parent dfae44e commit 01be378

File tree

3 files changed

+125
-88
lines changed

3 files changed

+125
-88
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ module.exports = (api, options) => {
9090
},
9191
verbose: args.v || args.verbose || false,
9292
debug: args.d || args.debug || false,
93-
target: args.t || args.target || false
93+
target: args.t || args.target || false,
94+
bundle: args.b || args.bundle || false
9495
})
9596
}
9697
)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"pretest": "rimraf __tests__/temp_projects/*"
1212
},
1313
"dependencies": {
14-
"@tauri-apps/cli": "1.0.0-beta-rc.2",
14+
"@tauri-apps/cli": "1.0.0-beta.0",
1515
"@vue/cli-shared-utils": "^4.1.1",
1616
"execa": "^3.4.0"
1717
},

0 commit comments

Comments
 (0)