forked from google/google-drive-shell-extension
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathReleaseDebug.bat
More file actions
6 lines (5 loc) · 793 Bytes
/
ReleaseDebug.bat
File metadata and controls
6 lines (5 loc) · 793 Bytes
1
2
3
4
5
google-drive-proxy\.nuget\NuGet.exe restore google-drive-proxy\DriveProxy.sln
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe google-drive-proxy\DriveProxy.sln /p:Configuration=Debug
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe DriveFusion.sln /p:Configuration=Debug /p:Platform=x86
C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe DriveFusion.sln /p:Configuration=Debug /p:Platform=x64
"C:\Program Files (x86)\NSIS\makensis.exe" /V2 /DOUTPUT_PATH=bin\DriveFusion.exe /D32BIT_MSI_FILE_PATH=.\bin\Debug\x86\Installer\DriveFusion.msi /D64BIT_MSI_FILE_PATH=.\bin\Debug\x64\Installer\DriveFusion.msi /DDRIVE_PROXY_MSI_PATH=google-drive-proxy\obj\Debug\DriveProxy.Installer\DriveProxy.msi /DVersion=1.0.0.0 /DPRODUCT_NAME="Google Drive Shell Extension" wrapper.nsi