Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier9896 authored Apr 5, 2024
1 parent e0a5391 commit 2ba5c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-hiprint",
"version": "1.0.9",
"version": "1.0.10",
"description": "vue-plugin-hiprint client",
"main": "main.js",
"author": "CcSimple<[email protected]>",
Expand All @@ -17,7 +17,7 @@
"build-l-arm64": "electron-builder -l --arm64 && node ./tools/rename --tag linux_arm64",
"compress": "node ./tools/code_compress --compress",
"restore": "node ./tools/code_compress --restore",
"build-all": "npm run build-w && npm run build-w-64 && npm run build-m && npm run build-m-arm64 && npm run build-l && npm run build-l-arm64",
"build-all": "npm run build-w && npm run build-w-64 && npm run build-m && npm run build-m-arm64 && npm run build-m-universal && npm run build-l && npm run build-l-arm64",
"releases": "npm run compress && npm run build-all && npm run restore"
},
"build": {
Expand Down

0 comments on commit 2ba5c61

Please sign in to comment.