Skip to content

Instantly share code, notes, and snippets.

View CyrusCore's full-sized avatar
👨‍💻
Currently Working On Vusion Rest API

Abram Satria CyrusCore

👨‍💻
Currently Working On Vusion Rest API
View GitHub Profile
@Jminding
Jminding / build.sh
Last active March 5, 2025 09:45
Simple way to convert most websites into desktop applications, run create-application.sh then do index.js and then build.sh
# Run this in terminal after doing index.js, make sure to read the comments
# This script will build your app and make it distributable
# The mas version is for the mac app store
npm install electron-packager --save-dev
# OK so here you can either build it for your own computer or make it distributable
# For your own computer below
npm run make
# Once you've run this command then go to your file explorer and navigate to your application directory then go to out/<app-name>-<platform>-x64/<app-name>.<platform-executable-type>
# Now this one is for making it distributable for a certain platform