File: compiation.sh

package info (click to toggle)
tuxblocs 4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,576 kB
  • sloc: python: 3,459; sh: 21; makefile: 2
file content (4 lines) | stat: -rwxr-xr-x 96 bytes parent folder | download
1
2
3
4
#!/bin/sh
rm -R build* dist*
pyinstaller --add-data 'images:images' tuxblocs.py
./script2deb.sh