Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed May 1, 2019
1 parent e6cb80e commit 6bf9af3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions extra/com.github.taiko2k.tauonmb.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
</categories>

<releases>
<release version="4.2.1" date="2019-05-01"/>
<release version="4.2.0" date="2019-04-27"/>
<release version="4.1.1" date="2019-04-13"/>
<release version="4.1.0" date="2019-04-10"/>
Expand Down
4 changes: 3 additions & 1 deletion tauon.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import pickle
import shutil

t_version = "v4.2.0"
t_version = "v4.2.1"
t_title = 'Tauon Music Box'
t_id = 'tauonmb'

Expand Down Expand Up @@ -159,6 +159,8 @@
if not os.path.isdir(user_directory):
os.makedirs(user_directory)

if not os.path.isdir(os.path.join(user_directory, "artist-pictures")):
os.makedirs(os.path.join(user_directory, "artist-pictures"))

transfer_target = user_directory + "/transfer.p"
# print('Argument List: ' + str(sys.argv))
Expand Down

0 comments on commit 6bf9af3

Please sign in to comment.