Browse Source

Add bash file for DIST build

pull/1941/head
Steve Russell GitHub 1 month ago
parent
commit
6b055dee9d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      final.sh

+ 7
- 0
final.sh View File

@@ -0,0 +1,7 @@
# !/bin/sh

mkdir -p dist #debug
cp Rack.exe libRack.dll dist
# cp Rack.exe libRack.dll debug
strip -s dist/*
# cp dist/* 'c:/Program Files/VCV/Rack2 Pro'

Loading…
Cancel
Save