Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax89 authored Jan 17, 2021
1 parent b5c374b commit 921fe6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for:
- image: Ubuntu2004

artifacts:
- path: '**\*.AppImage'
- path: '**\REDasm*.AppImage'
name: REDasm

install:
Expand All @@ -45,6 +45,7 @@ for:
- sh: cp ../res/logo.png AppDir/usr/share/icons/hicolor/256x256/apps/redasm.png
# Generate AppImage
- sh: LD_LIBRARY_PATH=$PWD/AppDir/usr/lib/x86_64-linux-gnu ./linuxdeploy-x86_64.AppImage --appdir=AppDir --plugin qt --output appimage
- sh: mv REDasm-*.AppImage REDasm_Linux_AMD64_`date +%Y%m%d`.AppImage

-
matrix:
Expand Down

0 comments on commit 921fe6a

Please sign in to comment.