Skip to content

Commit

Permalink
#29: install artifacts when building on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed May 20, 2024
1 parent 5cdb1b5 commit 51222ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-win.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
ECHO Building LogoRRR
cmd /C mvn clean package -q -T1C
cmd /C mvn clean install -q -T1C
ECHO Installing LogoRRR
cmd /C .\dist\dist-win\installer-win\target\installer\LogoRRR-24.4.0-installer.exe

0 comments on commit 51222ba

Please sign in to comment.