Skip to content

Commit b0696e1

Browse files
committed
0.0.8
1 parent dab0193 commit b0696e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+7073
-366
lines changed

LUCKFILE.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
RULE.MWF(ns, 'foo', luck_src, 'echo foo')
3838

3939

40-
RULE.MWF(ns, './bin/luckmake ./bin/luck', luck_src,
40+
RULE.MWF(ns,'cli.spec')
41+
RULE.MWF(ns, './bin/luckmake ./bin/luck', f'{luck_src} cli.spec',
4142
'''
4243
python3.7 -m PyInstaller cli.spec --distpath ./bin --clean
4344
### this command would produce ./bin/luckmake and ./bin/luck

0 commit comments

Comments
 (0)