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
1a1ce434
Commit
1a1ce434
authored
Jul 21, 2017
by
thiolliere
Browse files
fix macos use onedir
parent
78bf55f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
pibox-installer-macos.spec
View file @
1a1ce434
...
...
@@ -24,14 +24,19 @@ pyz = PYZ(a.pure, a.zipped_data,
cipher
=
block_cipher
)
exe
=
EXE
(
pyz
,
a
.
scripts
,
a
.
binaries
,
a
.
zipfiles
,
a
.
datas
,
exclude_binaries
=
True
,
name
=
'pibox-installer'
,
debug
=
False
,
strip
=
False
,
upx
=
True
,
console
=
False
)
coll
=
COLLECT
(
exe
,
a
.
binaries
,
a
.
zipfiles
,
a
.
datas
,
strip
=
False
,
upx
=
True
,
name
=
'pibox-installer'
)
app
=
BUNDLE
(
exe
,
name
=
'pibox-installer.app'
,
icon
=
'pibox-installer-logo.icns'
,
...
...
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