Skip to content

Commit 0096b28

Browse files
committed
Update python3.6 ppa
1 parent 644d89a commit 0096b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/linux-appimage/lxd-build-appimage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set -e
2828
apt update
2929
apt -y install build-essential software-properties-common python-software-properties
3030
add-apt-repository -y ppa:ubuntu-toolchain-r/test
31-
add-apt-repository -y ppa:jonathonf/python-3.6
31+
add-apt-repository -y ppa:deadsnakes/ppa
3232
add-apt-repository -y ppa:beineri/opt-qt-5.12.3-xenial
3333
apt update
3434
apt -y install g++-8 curl git ninja-build libclang-6.0-dev python3.6 python3-pip zlib1g-dev qt512tools qt512svg libglu1-mesa-dev
@@ -62,7 +62,7 @@ mkdir -p PrimeWorldEditor{-build,-appdir}
6262
pushd PrimeWorldEditor-build
6363
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8 \
6464
-DPWE_PUBLIC_RELEASE=On -DCMAKE_INSTALL_PREFIX=/PrimeWorldEditor-appdir/usr \
65-
/PrimeWorldEditor
65+
-DCMAKE_EXECUTE_PROCESS_COMMAND_ECHO=STDERR /PrimeWorldEditor
6666
ninja install
6767
popd
6868

0 commit comments

Comments
 (0)