cleanup lastupdatecheck.txt to keep out of archives

This commit is contained in:
Jay Lee
2019-05-06 14:37:44 -04:00
parent 33f5e74e45
commit 9992eaad2b
4 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ else
cp GamCommands.txt gam
this_glibc_ver=$(ldd --version | awk '/ldd/{print $NF}')
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM-glibc$this_glibc_ver.tar.xz
rm gam/lastupdatecheck.txt
tar cfJ $GAM_ARCHIVE gam/
echo "PyInstaller GAM info:"
du -h gam/gam

View File

@@ -7,4 +7,5 @@ cp LICENSE gam
cp whatsnew.txt gam
cp GamCommands.txt gam
GAM_ARCHIVE=gam-$GAMVERSION-$GAMOS-$PLATFORM.tar.xz
rm gam/lastupdatecheck.txt
tar cfJ $GAM_ARCHIVE gam/

View File

@@ -3,6 +3,7 @@ pyinstaller --clean -F --distpath=gam $GAMOS-gam.spec
export gam="gam/gam"
$gam version extended
export GAMVERSION=`$gam version simple`
rm gam/lastupdatecheck.txt
cp LICENSE gam
cp GamCommands.txt gam
cp whatsnew.txt gam

View File

@@ -3,6 +3,7 @@ pyinstaller --clean -F --distpath=gam $GAMOS-gam.spec
export gam="gam/gam"
$gam version
export GAMVERSION=`$gam version simple`
rm gam/lastupdatecheck.txt
cp LICENSE gam
cp GamCommands.txt gam
cp whatsnew.txt gam