Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Fix command error
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Aug 8, 2018
1 parent 311ecec commit cb5f25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/win32.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function run() {
await spawn("asar", [
"pack",
fortifyPrepareConfig.outDir,
"../fortify-prod/x64/resources/app.asar",
`../fortify-prod/${arch}/resources/app.asar`,
], "Create Electron package");
const aipFile = path.join(os.homedir(), "Documents", `Fortify_${arch}.aip`);
await spawn(advancedInstaller, ["/edit", aipFile, "/SetVersion", version], `AI set new version v${version}`);
Expand Down

0 comments on commit cb5f25d

Please sign in to comment.