socketsupply / socket

A cross-platform runtime for Web developers to build desktop & mobile apps for any OS using any frontend library.
https://socketsupply.co/guides
Other
1.63k stars 78 forks source link

For v0.5.4 these examples need an explicit `application_protocol` line in socket.ini #926

Open rmzetti opened 9 months ago

rmzetti commented 9 months ago

For v0.5.4 these examples seem to need an explicit socket.ini line application_protocol = "beepboop" rather than leaving it to be 'derived from the [meta] bundle_identifier value' as stated in the socket.ini generated by ssc init.

If that line is missing, the example app generated using ssc build -r just produces a blank about.html display

(Using powershell 7.3.11 from Windows 11 build 26052.ge_release.240202-1419)