Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS error after building on Windows 10 #86

Open
dilirity opened this issue Mar 1, 2022 · 0 comments
Open

JS error after building on Windows 10 #86

dilirity opened this issue Mar 1, 2022 · 0 comments

Comments

@dilirity
Copy link

dilirity commented Mar 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant