copy LICENSE instead of LICENSE.txt

This commit is contained in:
Jay Lee 2014-07-04 14:17:26 -04:00
parent 82d39a6a49
commit 9da83b7074

View File

@ -8,7 +8,7 @@ del /q /f gam-%1-windows.zip
del /q /f gam-%1-windows-x64.zip del /q /f gam-%1-windows-x64.zip
\python27-32\python.exe setup.py py2exe \python27-32\python.exe setup.py py2exe
xcopy LICENSE.txt gam\ xcopy LICENSE gam\
xcopy whatsnew.txt gam\ xcopy whatsnew.txt gam\
xcopy cacert.pem gam\ xcopy cacert.pem gam\
xcopy adminsettings-v1.json 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 "%ProgramFiles%\7-Zip\7z.exe" a -tzip gam-%1-windows.zip gam\ -xr!.svn
\python27\python.exe setup-64.py py2exe \python27\python.exe setup-64.py py2exe
xcopy LICENSE.txt gam-64\ xcopy LICENSE gam-64\
xcopy whatsnew.txt gam-64\ xcopy whatsnew.txt gam-64\
xcopy cacert.pem gam-64\ xcopy cacert.pem gam-64\
xcopy adminsettings-v1.json 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\simplejson
mkdir python-src-%1\uritemplate mkdir python-src-%1\uritemplate
xcopy gam.py python-src-%1\ xcopy gam.py python-src-%1\
xcopy LICENSE.txt python-src-%1\ xcopy LICENSE python-src-%1\
xcopy whatsnew.txt python-src-%1\ xcopy whatsnew.txt python-src-%1\
xcopy /e gdata\*.* python-src-%1\gdata xcopy /e gdata\*.* python-src-%1\gdata
xcopy /e atom\*.* python-src-%1\atom xcopy /e atom\*.* python-src-%1\atom