Skip to content

Commit

Permalink
Add XOpcodeCalc (closes #73)
Browse files Browse the repository at this point in the history
  • Loading branch information
merces committed May 27, 2023
1 parent 624603a commit 9af89ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/installer/calculators/xopcodecalc.iss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
; v0.05
; https://github.com/horsicq/XOpcodeCalc

[Components]
Name: "calculators\xopcodecalc"; Description: "XOpcodeCalc"; Types: full;

[Files]
Source: "{#MySrcDir}\calculators\xopcodecalc\*"; DestDir: "{app}\calculators\xopcodecalc"; Components: "calculators\xopcodecalc"; Flags: ignoreversion recursesubdirs createallsubdirs; Check: Is64BitInstallMode

[Icons]
Name: "{group}\{#MyAppName}\XOpcodeCalc"; Filename: "{app}\calculators\xopcodecalc\xocalc.exe"; WorkingDir: "{app}\calculators\xopcodecalc"; Components: "calculators\xopcodecalc"
Name: "{app}\sendto+\sendto\Calculators\XOpcodeCalc"; Filename: "{app}\calculators\xopcodecalc\xocalc.exe"; WorkingDir: "{app}\calculators\xopcodecalc"; Components: "calculators\xopcodecalc"

0 comments on commit 9af89ac

Please sign in to comment.