forked from olcxjas-softworks/LarpixClient
7 lines
No EOL
368 B
Bash
Executable file
7 lines
No EOL
368 B
Bash
Executable file
mkdir build
|
|
cd build
|
|
npx electron-packager ../electron miarven --platform=linux --arch=x64 --icon=../electron/assets/icon.png --overwrite --asar
|
|
cp ../icons/icon.png ./miarven-linux-x64/icon.png
|
|
cp ../assets/olcxja.miarven.desktop ./miarven-linux-x64/olcxja.miarven.desktop
|
|
cp ../assets/install.sh ./miarven-linux-x64/install.sh
|
|
chmod +x ./miarven-linux-x64/install.sh |