Skip to content

Commit 6732413

Browse files
committed
Move Windows Python excutable build from py2exe to PyInstaller
1 parent 7252c3f commit 6732413

File tree

8 files changed

+48
-276
lines changed

8 files changed

+48
-276
lines changed

.appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,19 @@ install:
5353
- cmd: git submodule update --init --recursive
5454

5555
# Install Python packages
56-
- cmd: "%PIP3% install https://www.dropbox.com/s/7wfgus1op7ga9ni/py2exe-0.9.2.2-cp34-none-win32.whl?raw=1"
56+
- cmd: "%PIP3% install pyinstaller"
5757
- cmd: "%PIP3% install mkdocs"
5858
- cmd: "%PIP3% install coverage"
5959
- cmd: "%PIP% install coverage"
6060
- cmd: "%PIP% install mock"
6161
- cmd: "%PIP% freeze"
6262
- cmd: "%PIP3% freeze"
63+
- cmd: pyinstaller --version
6364

6465
# Build and pack Ardublockly
6566
- cmd: cd blockly && %PYTHON%\python build.py && cd ..\
6667
- cmd: "%PYTHON3%\\python package\\build_docs.py"
67-
- cmd: "%PYTHON3%\\python package\\build_py2exe.py"
68+
- cmd: "%PYTHON3%\\python package\\build_pyinstaller.py windows"
6869
- cmd: cd package\electron && npm install && cd ..\..\
6970
- cmd: cd package\electron && npm run release && cd ..\..\
7071
- cmd: "%PYTHON3%\\python package\\pack_ardublockly.py"
@@ -95,5 +96,6 @@ deploy:
9596
secret_access_key:
9697
secure: PlLCQKTcf9IzBXpEnXUxbJifb0usS7qcghnM0VxBTX0IL3C975JPidrYjP39ge7P
9798
bucket: ardublockly-builds
99+
region: us-west-2
98100
set_public: true
99101
folder: windows

package/build_py2exe.py

Lines changed: 0 additions & 212 deletions
This file was deleted.

0 commit comments

Comments
 (0)