Skip to content

Commit a986b9a

Browse files
committed
feat: include version.txt to bundler
1 parent c2fd7dd commit a986b9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ a = Analysis(
8181
datas=[
8282
('../helpers/config.prod.yaml', 'helpers/'),
8383
('../helpers/config.dev.yaml', 'helpers/'),
84+
('../version.txt', '.'),
8485
],
8586
hiddenimports=[
8687
'app.commands.clone.command',

0 commit comments

Comments
 (0)