Skip to content

Commit

Permalink
Building with global python
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Jul 14, 2019
1 parent 03f2e9d commit d2e6303
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
venv\Scripts\pyinstaller music_caster.spec
venv\Scripts\pyinstaller updater.spec
REM venv\Scripts\pyinstaller music_caster.spec
REM venv\Scripts\pyinstaller updater.spec
pyinstaller music_caster.spec
pyinstaller updater.spec
python after_build.py
"Installer Script.iss"
2 changes: 1 addition & 1 deletion music_caster.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- mode: python ; coding: utf-8 -*-
import os
# TODO: 32 bit, 64 bit
# TODO: 32 bit and 64 bit

block_cipher = None

Expand Down

0 comments on commit d2e6303

Please sign in to comment.