Skip to content

Commit

Permalink
build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Matting committed Apr 15, 2024
1 parent 25e834a commit bd5527f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file modified package-win32.sh
100644 → 100755
Empty file.
5 changes: 5 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

set -eo pipefail

pyinstaller --name pointer-cc --icon ./resources/icon.icns --windowed main.py

0 comments on commit bd5527f

Please sign in to comment.