Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ideascube
ARCHIVED Kiwix Hotspot
Commits
9dd38f77
Commit
9dd38f77
authored
Jun 25, 2019
by
rgaudin
Browse files
revert pyinstaller and pygobjects
parent
2f320862
Changes
1
Hide whitespace changes
Inline
Side-by-side
appveyor.yml
View file @
9dd38f77
...
...
@@ -52,7 +52,7 @@ install:
# pygi-aio provides a way to install from cmd even if it is not documented
# the only package to install is GTK with GIR
# note: we don't use msys2 because pyinstaller fails to install on msys2
-
appveyor DownloadFile "http://mirror.download.kiwix.org/dev/pygi-aio-3.
24.1
_rev1-setup_
0
49
a323fe25432b10f7e9f543b74598d4be74a39
.exe" -FileName "pygi-aio-setup.exe"
-
appveyor DownloadFile "http://mirror.download.kiwix.org/dev/pygi-aio-3.
18.2
_rev1
2
-setup_
5
49
872deadabb77a91efbc56c50fe15f969e5681
.exe" -FileName "pygi-aio-setup.exe"
-
mkdir pygi-aio-setup
-
cd pygi-aio-setup
-
set SOURCEPATH=%cd%
...
...
@@ -79,8 +79,8 @@ install:
# Install pyinstaller and requirements
-
cd C:\projects\kiwix-hotspot
-
if %platform%==x86 C:\Python34\python.exe -m pip install pypiwin32==219 pyinstaller -r requirements-windows.txt
-
if %platform%==x64 C:\Python34-x64\python.exe -m pip install pypiwin32==219 pyinstaller -r requirements-windows.txt
-
if %platform%==x86 C:\Python34\python.exe -m pip install pypiwin32==219 pyinstaller
==3.2.1
-r requirements-windows.txt
-
if %platform%==x64 C:\Python34-x64\python.exe -m pip install pypiwin32==219 pyinstaller
==3.2.1
-r requirements-windows.txt
# Install qemu
-
mkdir "C:\Program Files\qemu"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment