mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
copy LICENSE instead of LICENSE.txt
This commit is contained in:
parent
82d39a6a49
commit
9da83b7074
@ -8,7 +8,7 @@ del /q /f gam-%1-windows.zip
|
||||
del /q /f gam-%1-windows-x64.zip
|
||||
|
||||
\python27-32\python.exe setup.py py2exe
|
||||
xcopy LICENSE.txt gam\
|
||||
xcopy LICENSE gam\
|
||||
xcopy whatsnew.txt gam\
|
||||
xcopy cacert.pem gam\
|
||||
xcopy adminsettings-v1.json gam\
|
||||
@ -16,7 +16,7 @@ del gam\w9xpopen.exe
|
||||
"%ProgramFiles%\7-Zip\7z.exe" a -tzip gam-%1-windows.zip gam\ -xr!.svn
|
||||
|
||||
\python27\python.exe setup-64.py py2exe
|
||||
xcopy LICENSE.txt gam-64\
|
||||
xcopy LICENSE gam-64\
|
||||
xcopy whatsnew.txt gam-64\
|
||||
xcopy cacert.pem gam-64\
|
||||
xcopy adminsettings-v1.json gam-64\
|
||||
@ -31,7 +31,7 @@ mkdir python-src-%1\oauth2client
|
||||
mkdir python-src-%1\simplejson
|
||||
mkdir python-src-%1\uritemplate
|
||||
xcopy gam.py python-src-%1\
|
||||
xcopy LICENSE.txt python-src-%1\
|
||||
xcopy LICENSE python-src-%1\
|
||||
xcopy whatsnew.txt python-src-%1\
|
||||
xcopy /e gdata\*.* python-src-%1\gdata
|
||||
xcopy /e atom\*.* python-src-%1\atom
|
||||
@ -49,4 +49,4 @@ cd ..
|
||||
|
||||
\python27\python.exe googlecode_upload.py --project google-apps-manager --summary "GAM %1 Windows" --user %2 --password %3 --labels "ALPHA,Type-Archive,OpSys-Windows" gam-%1-windows.zip
|
||||
\python27\python.exe googlecode_upload.py --project google-apps-manager --summary "GAM %1 Windows x64" --user %2 --password %3 --labels "ALPHA,Type-Archive,OpSys-Windows" gam-%1-windows-x64.zip
|
||||
\python27\python.exe googlecode_upload.py --project google-apps-manager --summary "GAM %1 Python Source" --user %2 --password %3 --labels "ALPHA,Type-Archive,OpSys-All" gam-%1-python-src.zip
|
||||
\python27\python.exe googlecode_upload.py --project google-apps-manager --summary "GAM %1 Python Source" --user %2 --password %3 --labels "ALPHA,Type-Archive,OpSys-All" gam-%1-python-src.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user