Skip to content

Commit

Permalink
Merge pull request #7 from gap-system/mh/gapicon
Browse files Browse the repository at this point in the history
Add gapicon.ico instead of copying from GAP
  • Loading branch information
ChrisJefferson authored Jan 18, 2024
2 parents a9e517b + 056f1be commit 3de5eb8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion gap.iss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
Source: "gap_resources\gap.bat"; DestDir: "{app}"; Flags: ignoreversion
Source: "gap_resources\gap-mintty.bat"; DestDir: "{app}"; Flags: ignoreversion
Source: "{#Source}\*"; DestDir: "{#Runtime}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "{#Source}\gapicon.ico"; DestDir: "{app}"; Flags: ignoreversion; AfterInstall: PostInstall;
Source: "gap_resources\gapicon.ico"; DestDir: "{app}"; Flags: ignoreversion; AfterInstall: PostInstall;

; NOTE: Don't use "Flags: ignoreversion" on any shared system files

Expand Down
Binary file added gap_resources/gapicon.ico
Binary file not shown.
3 changes: 0 additions & 3 deletions tools/gap-prep-runtime
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,3 @@ echo "#!/usr/bin/env bash" > ../../run-gap.sh
echo "stty susp undef # disable ctrl-z" >> ../../run-gap.sh
echo 'cd $(cygpath --mydocs)' >> ../../run-gap.sh
echo "${GAP_ROOT}/gap" >> ../../run-gap.sh

rm -f ../../gapicon.ico
cp cnf/cygwin/gapicon.ico ../../gapicon.ico

0 comments on commit 3de5eb8

Please sign in to comment.