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.

Also add gapicon.bmp as 'source file'
  • Loading branch information
fingolfin committed Jan 16, 2024
1 parent 1e63371 commit d43ca77
Show file tree
Hide file tree
Showing 4 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.bmp
Binary file not shown.
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 d43ca77

Please sign in to comment.