top | item 38586506

(no title)

throwaway-42808 | 2 years ago

How easy would it be to make a Socket-based GUI program, stick it on a thumb drive and run it on a friend's PC?

The Distribution Guide (https://socketsupply.co/guides/#distribution-guide) has instructions for code signing on Apple platforms, but I'm curious about the "weekend project" angle. Like, does `ssc` produce exe, apk? Could I use it to make a self-contained app that can launch without installation on Linux?

discuss

order

jwerle|2 years ago

As easy as `ssc build`. You can build for android with: `ssc build --platform android`