Skip to content

Commit

Permalink
Distribute shards.pdb on Windows (#14415)
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Apr 15, 2024
1 parent 944bee2 commit 743f0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/win_build_portable.yml
Expand Up @@ -138,6 +138,7 @@ jobs:
make -f Makefile.win install prefix=crystal
mkdir crystal/lib
cp shards/bin/shards.exe crystal/
cp shards/bin/shards.pdb crystal/
cp libs/* crystal/lib/
cp dlls/* crystal/
cp README.md crystal/
Expand Down
1 change: 1 addition & 0 deletions etc/win-ci/crystal.iss
Expand Up @@ -80,6 +80,7 @@ Source: "portable\LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion; Componen
Source: "portable\shards.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: shards

Source: "portable\crystal.pdb"; DestDir: "{app}"; Flags: ignoreversion; Components: pdb
Source: "portable\shards.pdb"; DestDir: "{app}"; Flags: ignoreversion; Components: pdb and shards

Source: "portable\examples\*"; DestDir: "{app}\examples"; Flags: ignoreversion recursesubdirs createallsubdirs; Components: samples

Expand Down

0 comments on commit 743f0c4

Please sign in to comment.