Skip to content

Commit

Permalink
Cleaner process
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Oct 8, 2021
1 parent f408af2 commit 2e98858
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mockintosh/res/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.15
0.13.16
2 changes: 1 addition & 1 deletion msi.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_deps(pkgs):


def main():
wheel_dir = "dist"
wheel_dir = "dist-msi"
os.makedirs(wheel_dir, exist_ok=True)

dependencies = [(x['name'], x['version']) for x in get_deps(['mockintosh']).values()]
Expand Down
1 change: 1 addition & 0 deletions msi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pip install homebrew-pypi-poet wheel pynsist
pip install -U ruamel.yaml.clib setuptools # to get it installed with certain version
pip install -e .[cloud]

mv dist dist-msi
python3 msi.py
echo $?
ls -la build/nsis/Mockintosh_*_x64.exe
Expand Down

0 comments on commit 2e98858

Please sign in to comment.