0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

Remove URL literals

This commit is contained in:
UserSv4
2024-04-01 09:52:49 +04:00
committed by GitHub
parent ead75fa1e4
commit 18f478cda1

View File

@@ -2,7 +2,7 @@
description = "Native Yandex Music desktop client";
inputs = {
ymExe.url = https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.17.exe;
ymExe.url = "https://music-desktop-application.s3.yandex.net/stable/Yandex_Music_x64_5.0.17.exe";
ymExe.flake = false;
};