Skip to content

Commit

Permalink
Try to fix #8.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Jan 30, 2018
1 parent b3f4f2c commit 7315940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appimage_recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ cd ENV/$APP.AppDir/
########################################################################

mkdir -p usr
virtualenv --no-site-packages --python=python3 usr
virtualenv --no-site-packages --always-copy --python=python3 usr

source usr/bin/activate

# Source some helper functions
wget -q https://raw.githubusercontent.com/AppImage/AppImages/87a312129c0db40285612727adffad2a4dcc0647/functions.sh -O ./functions.sh
wget -q https://raw.githubusercontent.com/AppImage/AppImages/master/functions.sh -O ./functions.sh
. ./functions.sh

mkdir -p usr/bin/
Expand Down

0 comments on commit 7315940

Please sign in to comment.