We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42d8e6 commit 0203197Copy full SHA for 0203197
dist-bin/roosterize
@@ -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
@@ -6,7 +6,7 @@ block_cipher = None
a = Analysis(['roosterize/main.py'],
pathex=['/home/pynie/projects/roosterize-vscode/python'],
binaries=[],
9
- datas=[],
+ datas=[('./dist-bin/roosterize', 'bin')],
10
hiddenimports=[],
11
hookspath=[],
12
runtime_hooks=[],
0 commit comments