diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a58f2c1..dc53940 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,11 +47,13 @@ jobs: - name: build standalone run: pyinstaller webmapper.spec + - name: cleanup build + run: + rm -frv dist/webmapper - uses: actions/upload-artifact@v4 with: name: webmapper-macosx-standalone - path: dist/webmapper - + path: dist/ Windows-Latest: runs-on: windows-latest steps: diff --git a/README.md b/README.md index c4870ec..38939a9 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,12 @@ By default webmapper will open a browser window when it is launched, but there m python3 webmapper.py --no-browser --stay-alive ~~~ -## To build a standalone application for macOS: +## To build a standalone application: ~~~ -python3 setup.py py2app +pip3 install -r requirements.txt +pip3 install pyinstaller +pyinstaller webmapper.spec ~~~ --- diff --git a/html/webmapper_help.html b/html/webmapper_help.html index 006c7dd..3a25242 100644 --- a/html/webmapper_help.html +++ b/html/webmapper_help.html @@ -538,10 +538,12 @@
If the browser doesn't open, open it manually and type "localhost:#####" into the address bar, where ##### is the same string of numbers displayed in the terminal
-