Windows dist fixes

This commit is contained in:
Scott Wadden 2022-03-02 00:09:17 -04:00
parent ce7d57109c
commit 9a371bf85e
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ task dist, "Build distribution":
exec &"{godot_bin} --path app --export-pack \"win\" " & pck_path
exec "nimble build -d:release -d:dist"
cp_file "app/_dlls/enu.dll", root & "/enu.dll"
find_and_copy_dlls find_exe("gcc").parent_dir, root, gcc_dlls
#find_and_copy_dlls find_exe("gcc").parent_dir, root, gcc_dlls
find_and_copy_dlls get_current_compiler_exe().parent_dir, root, nim_dlls
cp_dir "vmlib", root & "/vmlib"
exec &"iscc /DVersion={version} installer/enu.iss"

View File

@ -14,7 +14,7 @@ AppSupportURL={#URL}
AppUpdatesURL={#URL}
DefaultDirName={autopf}\{#Name}
DisableProgramGroupPage=yes
LicenseFile=..\LICENSE
LicenseFile=..\LICENSE.txt
PrivilegesRequiredOverridesAllowed=dialog
OutputDir=..\dist
OutputBaseFilename=enu-{#Version}-installer