diff --git a/dist/cli.js b/dist/cli.js index 79b15b5..55aba78 100755 --- a/dist/cli.js +++ b/dist/cli.js @@ -22,7 +22,7 @@ import sharp from 'sharp'; import * as psl from 'psl'; var name = "pake-cli"; -var version = "3.2.15"; +var version = "3.2.16"; var description = "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。"; var engines = { node: ">=16.0.0" diff --git a/package.json b/package.json index 314fe0a..7999630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pake-cli", - "version": "3.2.15", + "version": "3.2.16", "description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用。", "engines": { "node": ">=16.0.0" diff --git a/tests/index.js b/tests/index.js index 2f71227..9a35793 100644 --- a/tests/index.js +++ b/tests/index.js @@ -624,11 +624,11 @@ class PakeTestRunner { win32: { app: path.join( config.PROJECT_ROOT, - `src-tauri/target/release/pake.exe`, + `src-tauri/target/x86_64-pc-windows-msvc/release/pake.exe`, ), installer: path.join( config.PROJECT_ROOT, - `src-tauri/target/release/bundle/msi/*.msi`, + `src-tauri/target/x86_64-pc-windows-msvc/release/bundle/msi/*.msi`, ), }, };