This commit is contained in:
MengYX 2020-11-07 17:24:45 +08:00
parent 5186e3a5fb
commit 146c001a25
No known key found for this signature in database
GPG Key ID: E63F9C7303E8F604
2 changed files with 1 additions and 2 deletions

View File

@ -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() {

View File

@ -2,7 +2,6 @@ package main
import (
"embed"
_ "embed"
"fmt"
"github.com/pkg/browser"
"io/fs"