Skip to content

Commit

Permalink
Fix installer issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jnez137 committed Oct 30, 2023
1 parent 76ba706 commit 3636b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Library/LIBSPO/LIBSPO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This directory is home to files such as OPDAT.DAT and SPOT.DAT
2 changes: 1 addition & 1 deletion Windows/WindowsInstallerInno.iss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Source: "C:\program files (x86)\intel\oneapi\compiler\latest\windows\redist\inte
Source: "C:\program files (x86)\intel\oneapi\compiler\latest\windows\redist\intel64_win\compiler\LIBIFCOREMDD.DLL"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\program files (x86)\intel\oneapi\compiler\latest\windows\redist\intel64_win\compiler\LIBMMDD.DLL"; DestDir: "{app}"; Flags: ignoreversion

Source: "C:\dev\zoa\Library\*"; DestDir: "{userdocs}\Zoa"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "C:\dev\zoa\Library\*"; DestDir: "{userappdata}\Zoa"; Flags: ignoreversion recursesubdirs createallsubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Expand Down

0 comments on commit 3636b6e

Please sign in to comment.