Skip to content

Commit

Permalink
fix build (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
trembon committed Jun 22, 2024
1 parent 6a5be35 commit 2217b39
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/bundler.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
"icon_path_linux": "resources/icon.png",
"icon_path_windows": "resources/icon.ico",
"environments": [
{
"arch": "amd64",
"os": "darwin",
"env": {
"CGO_ENABLED": "1",
"CGO_CFLAGS": "-mmacosx-version-min=10.11",
"CGO_LDFLAGS": "-mmacosx-version-min=10.11"
}
},
{"arch": "amd64","os": "darwin"},
{"arch": "amd64", "os": "linux"},
{"arch": "amd64", "os": "windows"}
]
Expand Down

0 comments on commit 2217b39

Please sign in to comment.