asticode / go-astilectron

Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to open multiple app

zhou2ding opened this issue · comments

Hello, I create two project and use coommand "astilectron-bundler" to bundle them, but I can only open one app, if I open another app, logs show error: "creating window failed: context canceled"

Can you share the whole log output for both apps ?

The app that failed to open:
image

The app that open successfully:
36048DD0-D887-4eaa-8C84-301D04671688

Have tried setting SingleInstance to false?

Oh, I set this field to false and it worked, thank you very much~