You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	windows: updates based on tests for gitlab (#546)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							15498c913e
						
					
				
				
					commit
					bc36e253a0
				
			
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							| @@ -166,7 +166,8 @@ mac-app: server-mac webapp | ||||
| 	cd mac/dist; zip -r focalboard-mac.zip Focalboard.app MIT-COMPILED-LICENSE.md NOTICE.txt webapp-NOTICE.txt | ||||
|  | ||||
| win-wpf-app: server-dll webapp | ||||
| 	cd win-wpf && ./build.bat && ./package.bat | ||||
| 	cd win-wpf && ./build.bat | ||||
| 	cd win-wpf && ./package.bat | ||||
| 	cd win-wpf && ./package-zip.bat | ||||
|  | ||||
| linux-app: webapp | ||||
|   | ||||
| @@ -3,6 +3,9 @@ | ||||
| WHERE msbuild.exe > nul 2>&1 | ||||
| IF %ERRORLEVEL% NEQ 0 set PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin | ||||
|  | ||||
| WHERE msbuild.exe > nul 2>&1 | ||||
| IF %ERRORLEVEL% NEQ 0 set PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin | ||||
|  | ||||
| WHERE msbuild.exe > nul | ||||
| IF %ERRORLEVEL% NEQ 0 echo msbuild.exe not found; exit /b 1 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user