Browse Source

add script to package a debug zip

main
Colin McMillen 12 months ago
parent
commit
cdc2cb336d
  1. 3
      package_debug_zip.sh

3
package_debug_zip.sh

@ -0,0 +1,3 @@
#!/bin/sh
mkdir Totte && cp -r bin/Debug/net7.0/* Totte/ && zip -r totte.zip Totte/ && rm -rf Totte
Loading…
Cancel
Save