Skip to content

Commit

Permalink
fix: build error on version repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
rankun committed Apr 8, 2024
1 parent ea7e637 commit 0340c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/generate-version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# print('get tag:', tag)

version = str(tag[1:])
version_file = os.path.abspath(os.path.join(os.path.dirname(__file__), "../QtScrcpy/version"))
version_file = os.path.abspath(os.path.join(os.path.dirname(__file__), "../QtScrcpy/appversion"))
file=open(version_file, 'w')
file.write(version)
file.close()
Expand Down

0 comments on commit 0340c35

Please sign in to comment.