updated app bundle to windows-unpacked

This commit is contained in:
dj2ls 2022-02-15 20:48:41 +01:00
parent 699adb7860
commit 9d888c0548

View file

@ -74,11 +74,6 @@ jobs:
with:
node-version: 14
- name: Copy TNC and DAEMON to GUI Windows
if: matrix.os == 'windows-latest'
run: |
cp -R ./tnc/dist ./gui/
ls -R
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
@ -91,18 +86,19 @@ jobs:
run: |
ls -R
- name: chmod +x
shell: bash
run: |
chmod +x ./gui/dist/*.*
- name: Create app bundle
shell: bash
run: |
mkdir gui-bundle
cp -R ./tnc/dist/ gui-bundle
cp -R ./gui/dist/ gui-bundle
cp -R ./gui/dist/win-unpacked/ gui-bundle
cp -R ./tnc/dist/tnc gui-bundle
- name: LIST ALL FILES
shell: bash
run: |
ls -R
- name: Archive Release
uses: thedoctor0/zip-release@master
@ -119,6 +115,10 @@ jobs:
name: gui-bundle-windows-artifact
path: ./gui-bundle/FreeDATA_windows.zip
- name: LIST ALL FILES
shell: bash
run: |
ls -R
build_linux_release:
name: Build Linux release