Skip to content

Commit

Permalink
chore: update build command in make dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo-ds committed Apr 22, 2024
1 parent 490effc commit 820b946
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ clean:
@cargo clean

dev: clean build-patch-loader
@rm -f installer-src/assets/patch-loader.js
@cp build/patch-loader.js installer-src/assets/patch-loader.js
@cd installer-src && cargo build --locked --target x86_64-pc-windows-gnu
installer-src/target/x86_64-pc-windows-gnu/debug/vcc-auto-translate-installer.exe --no-pause
@rm -f crates/installer/assets/patch-loader.js
@cp build/patch-loader.js crates/installer/assets/patch-loader.js
@cargo build -p installer --locked --target x86_64-pc-windows-gnu
target/x86_64-pc-windows-gnu/debug/vcc-auto-translate-installer.exe --no-pause

0 comments on commit 820b946

Please sign in to comment.