Explorar o código

Let's just use nsis' default language file for the installer. Otherwise I keep running into issues with the latest version of NSIS.

rdb %!s(int64=16) %!d(string=hai) anos
pai
achega
15100fbfee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -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" '