Skip to content

Commit

Permalink
Add mal_unpack (closes #66)
Browse files Browse the repository at this point in the history
  • Loading branch information
merces committed May 27, 2023
1 parent 38d8558 commit 5f0fddd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/installer/unpacking/mal_unpack.iss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
; v0.9.7
; https://github.com/hasherezade/mal_unpack

[Components]
Name: "unpacking\mal_unpack"; Description: "MalUnpack"; Types: full;

[Files]
Source: "{#MySrcDir}\unpacking\mal_unpack\32\mal_unpack.exe"; DestDir: "{app}\bin"; Components: "unpacking\mal_unpack"; Flags: ignoreversion recursesubdirs createallsubdirs; Check: not Is64BitInstallMode
Source: "{#MySrcDir}\unpacking\mal_unpack\64\mal_unpack.exe"; DestDir: "{app}\bin"; Components: "unpacking\mal_unpack"; Flags: ignoreversion recursesubdirs createallsubdirs; Check: Is64BitInstallMode

0 comments on commit 5f0fddd

Please sign in to comment.