mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 11:36:22 +00:00
CREATE_PROJECT: Update with new location of NSIS script and updated parameters
This commit is contained in:
parent
f38a31e208
commit
00e3f920d0
@ -72,10 +72,9 @@ Sub CreateInstaller()
|
||||
' Build command line
|
||||
Dim commandLine : commandLine = """" & nsisPath & "\makensis.exe"" /V2" & _
|
||||
" /Dtop_srcdir=""" & rootFolder & """" & _
|
||||
" /Dbuild_dir=""" & targetFolder & """" & _
|
||||
" /Dtext_dir=""" & rootFolder & """" & _
|
||||
" /Dstaging_dir=""" & targetFolder & """" & _
|
||||
" /DARCH=""" & arch & """" & _
|
||||
" """ & rootFolder & "\dists\nsis\scummvm.nsi"""
|
||||
" """ & rootFolder & "\dists\win32\scummvm.nsi"""
|
||||
|
||||
Dim oExec: Set oExec = WshShell.Exec(commandline)
|
||||
If Err.Number <> 0 Then
|
||||
|
Loading…
x
Reference in New Issue
Block a user