totte/package_debug_zip.sh

4 lines
101 B
Bash
Raw Normal View History

2023-07-24 22:55:30 +00:00
#!/bin/sh
mkdir Totte && cp -r bin/Debug/net7.0/* Totte/ && zip -r totte.zip Totte/ && rm -rf Totte