Skip to content

Commit

Permalink
Update prepare_enupitch_release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oatsu-gh committed Aug 14, 2022
1 parent 8dd83d8 commit 69eded4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare_enupitch_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def create_plugin_txt(path_out, version):
"""
プラグインの各フォルダに plugin.txt を作成する。
"""
s = '\n'.join([f'name=EnuPitch v{version},
s = '\n'.join([f'name=EnuPitch v{version}',
r'execute=.\enupitch.bat'])
with open(path_out, 'w', encoding='cp932') as f:
f.write(s)
Expand Down

0 comments on commit 69eded4

Please sign in to comment.