mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
[CD] executable not moved to choco-struct fix
This commit is contained in:
parent
0ab8480149
commit
9e98e8f7dd
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ inno:
|
|||||||
powershell .\build\iscc\iscc.exe scripts\windows-setup-creator.iss
|
powershell .\build\iscc\iscc.exe scripts\windows-setup-creator.iss
|
||||||
|
|
||||||
choco:
|
choco:
|
||||||
powershell cp dist\**\spotube-*-windows-setup.exe choco-struct\tools
|
powershell cp dist\Spotube-windows-x86_64-setup.exe choco-struct\tools
|
||||||
powershell choco pack .\choco-struct\spotube.nuspec --outputdirectory dist
|
powershell choco pack .\choco-struct\spotube.nuspec --outputdirectory dist
|
||||||
|
|
||||||
apk:
|
apk:
|
||||||
|
@ -21,7 +21,7 @@ Future<String?> connectIpc(String authUri, String redirectUri) async {
|
|||||||
if (code != null) {
|
if (code != null) {
|
||||||
request.response
|
request.response
|
||||||
..statusCode = HttpStatus.ok
|
..statusCode = HttpStatus.ok
|
||||||
..write("Authentication successful")
|
..write("Authentication successful. Now Go back to Spotube")
|
||||||
..close();
|
..close();
|
||||||
return "$redirectUri?code=$code";
|
return "$redirectUri?code=$code";
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user