Organizational Microsoft Product Activator, to be used with bought, purchased, verified and official Microsoft software only, do NOT use for piracy.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
all: linux windows node_modules
|
|
|
|
node_modules:
|
|
npm install
|
|
|
|
linux:
|
|
npx electron-builder build --linux appImage
|
|
|
|
windows:
|
|
npx electron-builder build --win portable
|
|
|
|
|
|
stylesheet:
|
|
npx tailwindcss --input webPage/css/source.css --output webPage/css/dist.css
|
|
|