Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Zelenka
prasopes
Commits
3b215c7f
Commit
3b215c7f
authored
Nov 11, 2019
by
Yan
Browse files
Added spec file for pyinstaller for mac
parent
0987b8ea
Changes
2
Show whitespace changes
Inline
Side-by-side
pyinstaller_mac_kitchen/prasopes
0 → 120000
View file @
3b215c7f
../prasopes
\ No newline at end of file
pyinstaller_mac_kitchen/runme_noconsole.spec
0 → 100644
View file @
3b215c7f
# -*- mode: python ; coding: utf-8 -*-
block_cipher
=
None
a
=
Analysis
([
'runme.py'
],
pathex
=
[
'/Users/me/Downloads/prasopes-master'
],
binaries
=
[],
datas
=
[],
hiddenimports
=
[],
hookspath
=
[],
runtime_hooks
=
[],
excludes
=
[],
win_no_prefer_redirects
=
False
,
win_private_assemblies
=
False
,
cipher
=
block_cipher
,
noarchive
=
False
)
pyz
=
PYZ
(
a
.
pure
,
a
.
zipped_data
,
cipher
=
block_cipher
)
exe
=
EXE
(
pyz
,
a
.
scripts
,
a
.
binaries
,
a
.
zipfiles
,
a
.
datas
,
[],
name
=
'prasopes'
,
debug
=
False
,
bootloader_ignore_signals
=
False
,
strip
=
False
,
upx
=
True
,
upx_exclude
=
[],
runtime_tmpdir
=
None
,
console
=
False
)
app
=
BUNDLE
(
exe
,
name
=
'prasopes.app'
,
icon
=
None
,
bundle_identifier
=
None
,
info_plist
=
{
'NSHighResolutionCapable'
:
'True'
},
)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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