Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
oidos
Commits
2239b7aa
Commit
2239b7aa
authored
Apr 08, 2017
by
Aske Simon Christensen
Browse files
Setup script for py2exe
parent
6d4e5df8
Changes
2
Hide whitespace changes
Inline
Side-by-side
convert/.gitignore
0 → 100644
View file @
2239b7aa
build
dist
OidosConvert.exe
convert/py2exe_setup.py
0 → 100755
View file @
2239b7aa
#!/usr/bin/env python
from
distutils.core
import
setup
import
py2exe
,
sys
,
os
sys
.
argv
.
append
(
'py2exe'
)
setup
(
options
=
{
'py2exe'
:
{
'bundle_files'
:
1
,
'compressed'
:
True
}},
# windows = [{'script': "RenoiseConvert.py"}],
console
=
[
'OidosConvert.py'
],
zipfile
=
None
,
)
Write
Preview
Markdown
is supported
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