Skip to content

Commit

Permalink
Add v0.48.x
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Laszlo <[email protected]>
  • Loading branch information
LeonardLaszlo committed Oct 6, 2020
1 parent 41f9fe6 commit 793d823
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# docker image build -t laslaul/nwjs-arm-build-env:v0.47.x .
# docker run -it laslaul/nwjs-arm-build-env:v0.47.x
# docker image build -t laslaul/nwjs-arm-build-env:v0.48.x .
# docker run -it laslaul/nwjs-arm-build-env:v0.48.x

# Use the official image as a parent image
FROM ubuntu:18.04
Expand Down
4 changes: 2 additions & 2 deletions build-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

export NWJS_BRANCH="nw47"
export NWJS_BRANCH="nw48"
export WORKDIR="/usr/docker"
export NWJSDIR="${WORKDIR}/nwjs"
export DEPOT_TOOLS_DIRECTORY="${WORKDIR}/depot_tools"
Expand All @@ -17,7 +17,7 @@ function getNecessaryUbuntuPackages {
apt-get -y install apt-utils git curl lsb-release sudo tzdata nano
echo "Europe/Zurich" > /etc/timezone
dpkg-reconfigure -f noninteractive tzdata
apt-get -y install python
apt-get -y install python python-setuptools
apt-get autoclean
apt-get autoremove
git config --global user.email "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions build-nwjs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ build "nwjs_sdk=true enable_nacl=true ffmpeg_branding=\"Chrome\" is_component_ff
mkdir -p ${WORKDIR}/dist/nwjs-sdk-chrome-ffmpeg-branding
cp ${NWJSDIR}/src/out/nw/dist/** ${WORKDIR}/dist/nwjs-sdk-chrome-ffmpeg-branding

# tar -zcvf v0.47.3.tar.gz dist/*
# docker cp 6c2287d4b8cc:/usr/docker/v0.47.3.tar.gz binaries/
# tar -zcvf v0.48.4.tar.gz dist/*
# docker cp 957471aa9538:/usr/docker/v0.48.4.tar.gz binaries/
2 changes: 1 addition & 1 deletion checkout-another-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

export NWJS_BRANCH="nw47"
export NWJS_BRANCH="nw48"
export WORKDIR="/usr/docker"
export NWJSDIR="${WORKDIR}/nwjs"
export DEPOT_TOOLS_DIRECTORY="${WORKDIR}/depot_tools"
Expand Down

0 comments on commit 793d823

Please sign in to comment.