Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
xan105 committed Dec 30, 2018
1 parent 09b9670 commit cb256dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
locales/
pnacl/
swiftshader/
setup/[app]/
setup/app/
setup/output/

#files
Expand Down
4 changes: 2 additions & 2 deletions setup/Aion-LIVE Launcher.iss
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ Source: "resources\avatar.bmp"; DestDir: "{tmp}" ;Flags: dontcopy;
Source: "resources\warning.bmp"; DestDir: "{tmp}" ;Flags: dontcopy;
Source: "resources\curl.exe"; DestDir: "{tmp}" ; Flags: dontcopy;
;App files
Source: "[app]\*"; Excludes: "\package.json"; DestDir: "{app}"; Flags: ignoreversion overwritereadonly recursesubdirs createallsubdirs;
Source: "[app]\package.json"; DestDir: "{app}"; Flags: ignoreversion overwritereadonly; Attribs: readonly;
Source: "app\*"; Excludes: "\package.json"; DestDir: "{app}"; Flags: ignoreversion overwritereadonly recursesubdirs createallsubdirs;
Source: "app\package.json"; DestDir: "{app}"; Flags: ignoreversion overwritereadonly; Attribs: readonly;

[Icons]
Name: "{commondesktop}\{#AppName}"; Filename: "{#AppMain}"; WorkingDir: "{#AppWorkingDir}"; IconFilename: "{#AppIcon}"; Check: GetOption('CreateDesktopIcon');
Expand Down

0 comments on commit cb256dc

Please sign in to comment.