Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jul 17, 2016
1 parent f71f382 commit 8909679
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/electronbuilderapp/Recipe
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ sed -i -e 's|"electron-builder": ".*",|"electron-builder": "next",|g' package.js
npm install
npm run dist -- --linux=AppImage

# Workaround for https://github.com/electron-userland/electron-builder/issues/594
FILENAME=$(ls dist/*AppImage | head -n 1 | cut -d "/" -f 2 | sed -e 's|.AppImage|-'$(arch)'.AppImage|g')

mkdir -p ../out
mv ./dist/*.AppImage ../out
mv ./dist/*.AppImage ../out/"${FILENAME}"

0 comments on commit 8909679

Please sign in to comment.