From 146c001a250e2f568a76832dd83d6fee9e212b90 Mon Sep 17 00:00:00 2001 From: MengYX Date: Sat, 7 Nov 2020 17:24:45 +0800 Subject: [PATCH] Fixes --- builder/main.go | 2 +- main.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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"