mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 05:25:54 -07:00
Remove CLI Tools from windows installer
This commit is contained in:
parent
df3bd6e9ea
commit
b2308076a3
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ Source: "build\windows\x64\runner\Release\{#MyAppExeName}"; DestDir: "{app}"; Fl
|
|||
Source: "build\windows\x64\runner\Release\flutter_windows.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "build\windows\x64\runner\Release\url_launcher_windows_plugin.dll"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "build\windows\x64\runner\Release\data\*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "out\nbt2snbt.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||
Source: "out\snbt2nbt.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Registry]
|
||||
|
|
Loading…
Reference in a new issue