mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
more platforms stuff
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
sudo sh -c "echo 'foreign-architecture i386' > /etc/dpkg/dpkg.cfg.d/multiarch"
|
||||
apt update
|
||||
apt install -y python:i386
|
||||
sudo apt update
|
||||
sudo apt install -y python:i386
|
||||
python -V
|
||||
pip install --upgrade pip
|
||||
pip freeze > requirements.txt
|
||||
pip install --upgrade -r requirements.txt
|
||||
rm requirements.txt
|
||||
pip install pyinstaller
|
||||
sudo pip install --upgrade pip
|
||||
sudo pip freeze > requirements.txt
|
||||
sudo pip install --upgrade -r requirements.txt
|
||||
sudo rm requirements.txt
|
||||
sudo pip install pyinstaller
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
brew update
|
||||
brew install python@2
|
||||
pip install --upgrade pip
|
||||
pip freeze > requirements.txt
|
||||
pip install --upgrade -r requirements.txt
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
brew update
|
||||
brew install python@2
|
||||
curl https://bootstrap.pypa.io/get-pip.py | sudo python
|
||||
pip freeze > requirements.txt
|
||||
sudo pip install --upgrade -r requirements.txt
|
||||
|
||||
@@ -4,6 +4,7 @@ gam/gam version
|
||||
export GAMVERSION=`gam/gam version simple`
|
||||
cp LICENSE gam
|
||||
cp GamCommands.txt gam
|
||||
cp whatsnew.txt gam
|
||||
cp gam-setup.bat gam
|
||||
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM.zip
|
||||
/c/Program\ Files/7-Zip/7z.exe a -tzip $GAM_ARCHIVE gam -xr!.svn
|
||||
|
||||
@@ -4,6 +4,7 @@ gam/gam version
|
||||
export GAMVERSION=`gam/gam version simple`
|
||||
cp LICENSE gam
|
||||
cp GamCommands.txt gam
|
||||
cp whatsnew.txt gam
|
||||
cp gam-setup.bat gam
|
||||
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM.zip
|
||||
/c/Program\ Files/7-Zip/7z.exe a -tzip $GAM_ARCHIVE gam -xr!.svn
|
||||
|
||||
Reference in New Issue
Block a user