Skip to content

Commit

Permalink
Hack around for missing installer files
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Sep 27, 2023
1 parent a1b579f commit cc1569d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Binary file added coq.ico
Binary file not shown.
9 changes: 6 additions & 3 deletions windows/create_installer_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,13 @@ fi

# Copy some files from source
cp source/coq/LICENSE .
cp source/coqide/ide/coqide/coq.ico .
# cp source/coqide/ide/coqide/coq.ico .
mkdir -p files/bin
cp source/coqide/ide/coqide/coq.ico files/bin/
cp source/coq-compcert/LICENSE coq-compcert-license.txt
# cp source/coqide/ide/coqide/coq.ico files/bin/
# cp source/coq-compcert/LICENSE coq-compcert-license.txt
cp coq.ico files/bin/
touch coq-compcert-license.txt
touch coq-vst-license.txt
if [ -n "$NSIS_VST_CHECK" ]
then
cp source/$vst_pkg/LICENSE coq-vst-license.txt
Expand Down

0 comments on commit cc1569d

Please sign in to comment.