diff --git a/builder/main.go b/builder/main.go index b89ef45..13bc684 100644 --- a/builder/main.go +++ b/builder/main.go @@ -16,7 +16,7 @@ import ( const buildTempDir = "./build" const checkVersionUrl = "https://api.github.com/repos/ix64/unlock-music/releases/latest" -const assetFilename = "modern.tar.gz" +const assetFilename = "legacy.tar.gz" const checksumFilename = "sha256sum.txt" func main() { diff --git a/main.go b/main.go index 81ef206..e77e269 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,6 @@ package main import ( "embed" - _ "embed" "fmt" "github.com/pkg/browser" "io/fs"