Skip to content

Commit

Permalink
Add gapicon.ico instead of copying from GAP
Browse files Browse the repository at this point in the history
This makes sense as this icon is not used in the GAP repository itself.
  • Loading branch information
fingolfin committed Jan 17, 2024
1 parent a9e517b commit 056f1be
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 056f1be

Please sign in to comment.