Skip to content

Commit

Permalink
Merge pull request #933 from ubports/refactor_0.4.x-beta
Browse files Browse the repository at this point in the history
Refactor 0.4.x beta
  • Loading branch information
NeoTheThird authored Oct 23, 2019
2 parents 78100aa + be11080 commit 3329976
Show file tree
Hide file tree
Showing 21 changed files with 1,230 additions and 1,189 deletions.
2 changes: 1 addition & 1 deletion bin/snap-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export FONTCONFIG_PATH=$SNAP/etc/fonts
export FONTCONFIG_FILE=$SNAP/etc/fonts/fonts.conf
export XDG_DATA_HOME=$SNAP/usr/share
export LD_LIBRARY_PATH=$SNAP_LIBRARY_PATH:$SNAP/usr/lib/x86_64-linux-gnu/
exec "$SNAP/app/ubports-installer"
exec "$SNAP/app/ubports-installer" "$@"
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ if (cli.platformTools) {
if (!cli.downloadOnly) build();
});
}).catch(() => {
console.error("Failed to download files!")
console.error("Failed to download files!");
process.exit(1);
});
} else {
Expand Down
Loading

0 comments on commit 3329976

Please sign in to comment.