Skip to content

Commit 0203197

Browse files
committed
Adding bin/roosterize to the distribution for consistency.
1 parent a42d8e6 commit 0203197

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

dist-bin/roosterize

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
4+
5+
6+
( cd $_DIR/../
7+
./roosterize $@
8+
)

roosterize.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ block_cipher = None
66
a = Analysis(['roosterize/main.py'],
77
pathex=['/home/pynie/projects/roosterize-vscode/python'],
88
binaries=[],
9-
datas=[],
9+
datas=[('./dist-bin/roosterize', 'bin')],
1010
hiddenimports=[],
1111
hookspath=[],
1212
runtime_hooks=[],

0 commit comments

Comments
 (0)