File: pack.bat

package info (click to toggle)
oneisenough 0.40-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 616 kB
  • sloc: python: 697; makefile: 7; sh: 2
file content (16 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
python setup.py py2exe -b 1
move dist ..\..\oneisenough_build_bin
cd ..
cd ..
copy "one is enough\README.txt" oneisenough_build_bin
mkdir oneisenough_build_bin\data\
mkdir oneisenough_build_bin\sounds\
mkdir oneisenough_build_bin\pictures\
copy "one is enough\bin\data" oneisenough_build_bin\data\
copy "one is enough\bin\sounds" oneisenough_build_bin\sounds\
copy "one is enough\bin\pictures" oneisenough_build_bin\pictures\
cd "one is enough"
cd bin
del /Q *.pyc
del /Q build\*
rmdir /S /Q build