Skip to content

Commit

Permalink
Fix splash screen on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmax committed Dec 24, 2023
1 parent 7ec945a commit 0ec0008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribute/windows/launcher.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Function startVisicut
StrCpy $2 $maximumJavaRAM
DetailPrint "java ram: $2 MB"
StrCpy $VMARGS "-Xms256m -Xmx$2m"
StrCpy $VISICUTCOMMAND '"$R0" $VMARGS -classpath "${CLASSPATH}" -splash:splash.png -jar ${JARFILE} ${PRGARGS} $ARGV'
StrCpy $VISICUTCOMMAND '"$R0" $VMARGS -classpath "${CLASSPATH}" -jar ${JARFILE} ${PRGARGS} $ARGV'
SetOutPath $EXEDIR
ExecWait $VISICUTCOMMAND
FunctionEnd
Expand Down

0 comments on commit 0ec0008

Please sign in to comment.