Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-wilson committed Dec 9, 2020
1 parent f7efcc9 commit 269677b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
Binary file removed dist/pypi/sailboat-0.0.4.dev1.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/pypi/sailboat-0.0.4.dev2.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions sailboat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ modules = [ "toml",]
fullname = "Sailboat"
homebrew = false
icon = ""
latest_build = "0.0.4dev1"
latest_build = "0.0.4dev2"

[build]
type = "1"
Expand All @@ -25,4 +25,4 @@ homebrew = false
actions = true
installer = true
actions_built_latest = false
release_notes = "t"
release_notes = ""
3 changes: 2 additions & 1 deletion sailboat/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ def main(version,arguments,nointeraction=False):
if not doinstall and False:
pass
elif sys.platform.startswith('win'):#WINDOWS
os.system('pip install distro;pip install git+https://github.com/x24git/wixpy')
os.system('pip install distro')
os.system('pip install git+https://github.com/x24git/wixpy')
open('wixpy.json','w+').write(open(prefix+os.sep+'wixpy.template.json').read().format(
**data,
version=version,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name="sailboat",
version="0.0.4dev1",
version="0.0.4dev2",
scripts=['bin/sailboat'],
# entry_points={
# 'console_scripts': ['sailboat=sailboat.__main__.main()'],
Expand Down

0 comments on commit 269677b

Please sign in to comment.