mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
Let's just use nsis' default language file for the installer. Otherwise I keep running into issues with the latest version of NSIS.
This commit is contained in:
parent
23f6dc9b99
commit
15100fbfee
@ -4562,7 +4562,7 @@ def MakeInstallerNSIS(file, fullname, smdirectory, installdir):
|
||||
cmd=cmd+'/DINSTALLDIR="'+installdir+'" '
|
||||
cmd=cmd+'/DOUTFILE="'+psource+'\\nsis-output.exe" '
|
||||
cmd=cmd+'/DLICENSE="'+panda+'\\LICENSE" '
|
||||
cmd=cmd+'/DLANGUAGE="Panda3DEnglish" '
|
||||
cmd=cmd+'/DLANGUAGE="English" '
|
||||
cmd=cmd+'/DRUNTEXT="Visit the Panda Manual" '
|
||||
cmd=cmd+'/DIBITMAP="panda-install.bmp" '
|
||||
cmd=cmd+'/DUBITMAP="panda-uninstall.bmp" '
|
||||
|
Loading…
x
Reference in New Issue
Block a user