File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,7 @@ jobs:
137
137
TARGET : " windows-2019"
138
138
OS_ARCH : ${{needs.compute.outputs.ARCH_WINDOWS_X64}}
139
139
CMD_BUILD : >
140
- choco feature enable -n=allowGlobalConfirmation
141
- choco install zip
142
- choco install make
140
+ choco install zip make -y
143
141
source $VENV &&
144
142
C:\Users\runneradmin\.local\bin\poetry run make gui &&
145
143
cd dist &&
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tidal-dl-ng"
3
- version = " 0.4.28 "
3
+ version = " 0.4.29 "
4
4
description = " TIDAL Medial Downloader Next Generation!"
5
5
authors = [" Robert Honz <cen.sored@gmail.com>" ]
6
6
repository = " https://github.com/exislow/tidal-dl-ng"
@@ -13,7 +13,7 @@ packages = [
13
13
[tool .poetry ]
14
14
name = " tidal-dl-ng"
15
15
authors = [" Robert Honz <cen.sored@gmail.com>" ]
16
- version = " 0.4.28 "
16
+ version = " 0.4.29 "
17
17
description = " TIDAL Medial Downloader Next Generation!"
18
18
repository = " https://github.com/exislow/tidal-dl-ng"
19
19
documentation = " https://exislow.github.io/tidal-dl-ng/"
You can’t perform that action at this time.
0 commit comments