Skip to content

Releases: LeopoldTal/shapez.io

Tiny demo for testing

14 Oct 18:11
Compare
Choose a tag to compare
Tiny demo for testing Pre-release
Pre-release
use electron builtin to open links

When opening a link on standalone, use [shell.openExternal](https://github.com/electron/electron/blob/master/docs/api/shell.md#shellopenexternalurl-options). This works cross-platform, and looks less suspicious to antivirus than explicitly shelling out.