Browse Source

Windows make dist strip Rack.exe

tags/v0.5.0
Andrew Belt 7 years ago
parent
commit
e1ad8e6aca
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@@ -132,6 +132,7 @@ ifeq ($(ARCH), win)
mkdir -p dist/Rack
cp -R LICENSE* res dist/Rack/
cp Rack.exe dist/Rack/
strip dist/Rack/Rack.exe
cp /mingw64/bin/libwinpthread-1.dll dist/Rack/
cp /mingw64/bin/zlib1.dll dist/Rack/
cp /mingw64/bin/libstdc++-6.dll dist/Rack/


Loading…
Cancel
Save