giwty / switch-library-manager

Complete solution to manage, organize and keep your local switch backup game library up to date . Cross platform, supports all game formats.
230 stars 43 forks source link

JS error after building on Windows 10 #86

Open dilirity opened 2 years ago

dilirity commented 2 years ago

image

Electron version in C:\Users\dilirity\AppData\Roaming\Switch Library Manager (1.4.0)\vendor\electron-windows-amd64 is 11.4.3.

I edited the bundler.json to get it to work properly.

{
  "app_name": "Switch-Library-Manager",
  "icon_path_darwin": "resources/icon.icns",
  "icon_path_linux": "resources/icon.png",
  "icon_path_windows": "resources/icon.ico",
  "environments": [
    {"arch": "amd64", "os": "windows"}
  ]
}

Running go get -u github.com/asticode/go-astilectron-bundler/... updated some dependencies: image

Build logs: image