From 2ba5c619187066fa365d89cebfa7d74735bf2ad8 Mon Sep 17 00:00:00 2001 From: Xavier <34981520+Xavier9896@users.noreply.github.com> Date: Fri, 5 Apr 2024 13:42:10 +0800 Subject: [PATCH] v1.0.10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2debccf..394c82c 100644 --- a/package.json +++ b/package.json @@ -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<840054486@qq.com>", @@ -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": {