Skip to content

Commit

Permalink
we don't need the dlls!
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Mar 14, 2024
1 parent a63d426 commit 038b64d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "/../bin/nova.exe"; DestDir: "{app}"; Flags: ignoreversion

; FIXME do we really need any of these?
; Source: "C:\msys64\mingw64\bin\libwinpthread-1.dll"; DestDir: "{app}"
; Source: "C:\msys64\mingw64\bin\libcrypto-1_1-x64.dll"; DestDir: "{app}"
; Source: "C:\msys64\mingw64\bin\libssl-1_1-x64.dll"; DestDir: "{app}"
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
Expand Down

0 comments on commit 038b64d

Please sign in to comment.