Skip to content

Commit

Permalink
Macos release
Browse files Browse the repository at this point in the history
  • Loading branch information
Agent-Hellboy committed May 24, 2024
1 parent f723bc1 commit d107d5c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,27 @@

- Mac

- Create Virtual Environment and Install Dependencies
- python3 -m venv .venv
- source .venv/bin/activate
- python3 -m pip install -r requirements.txt
- python3 -m pip install py2app

- Then run
- sed -i '' 's/from pkg_resources import packaging/import packaging/g' $(python -c "import py2app, os; print(os.path.dirname(py2app.__file__))")/recipes/matplotlib.py

- Build zip folder with app.app
- python3 setup.py py2app
- zip -r RstEyeApp.zip dist/app.app


- Windows


# TODO

- [X] create deb packge for debian
- [ ] create dmg for mac
- [X] create zip for mac
- [ ] create .exe for windows

Significant Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion debian_pkg_files/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: rsteye
Version: 1.0.8
Version: 1.0.9
Section: base
Priority: optional
Architecture: amd64
Expand Down

0 comments on commit d107d5c

Please sign in to comment.