Skip to content

Commit

Permalink
ovelid
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 20, 2023
1 parent 7ada3e2 commit 0cb77d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

- run: sudo ${{ github.workspace }}/scripts/ubuntu-install/createAppImage.sh

- run: cd ${{ github.workspace }}
#- run: cd ${{ github.workspace }}

- run: ${{ github.workspace }}/scripts/ubuntu-install/createSnap.sh
#- run: ${{ github.workspace }}/scripts/ubuntu-install/createSnap.sh

- name: Uploading AppImage
uses: actions/upload-artifact@v3
Expand All @@ -33,12 +33,12 @@ jobs:
name: LibreCAD3.AppImage
retention-days: 2

- name: Uploading snap
uses: actions/upload-artifact@v3
with:
path: ${{ github.workspace }}/librecad**snap
name: LibreCAD3.snap
retention-days: 2
#- name: Uploading snap
# uses: actions/upload-artifact@v3
# with:
# path: ${{ github.workspace }}/librecad**snap
# name: LibreCAD3.snap
# retention-days: 2

windows:
name: Building LibreCAD3 on windows runner
Expand Down
6 changes: 2 additions & 4 deletions scripts/ubuntu-install/createAppImage.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

echo "Begin AppImage building"
pwd
cd build
export QTDEPLOY=linuxdeploy-x86_64.AppImage
export QTDEPLOYPLUGIN=linuxdeploy-plugin-qt-x86_64.AppImage
Expand All @@ -10,9 +9,8 @@ wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/cont
chmod a+x linuxdeploy-x86_64.AppImage
chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage

pwd
cp ../lcUI/ui/icons/librecad.svg AppDir/
cp ../desktop/librecad.desktop AppDir/
cp -v ../lcUI/ui/icons/librecad.svg AppDir/
cp -v ../desktop/librecad.desktop AppDir/
#sudo cp ../AppImage/librecad.* AppDir/
#sudo cp /usr/local/lib/libdxfrw.so.1 AppDir/usr/lib

Expand Down

0 comments on commit 0cb77d0

Please sign in to comment.