Skip to content

Commit

Permalink
Add GoReSym (closes #67)
Browse files Browse the repository at this point in the history
  • Loading branch information
merces committed May 27, 2023
1 parent 5f0fddd commit 5ace8ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/installer/go/goresym.iss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
; v2.3
; https://github.com/mandiant/GoReSym

[Components]
Name: "go\goresym"; Description: "GoReSym"; Types: full;

[Files]
Source: "{#MySrcDir}\go\goresym\goresym.exe"; DestDir: "{app}\bin"; Components: "go\goresym"; Flags: ignoreversion recursesubdirs createallsubdirs

0 comments on commit 5ace8ee

Please sign in to comment.