mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	Update build
This commit is contained in:
		
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							| @@ -31,7 +31,9 @@ clean-tarball: | ||||
| 	rm -rf .cargo | ||||
|  | ||||
| # Create a tarball, include the cargo dependencies if OFFLINE is set to 1 | ||||
| tarball: clean-tarball build-fe | ||||
| tarball: clean-tarball | ||||
| 	cd apps/gpgui-helper && pnpm install && pnpm build | ||||
|  | ||||
| 	# Remove node_modules to reduce the tarball size | ||||
| 	rm -rf apps/gpgui-helper/node_modules | ||||
|  | ||||
| @@ -63,8 +65,6 @@ build-fe: | ||||
| 	fi | ||||
|  | ||||
| build-rs: | ||||
| 	printenv | ||||
|  | ||||
| 	if [ $(OFFLINE) -eq 1 ]; then \ | ||||
| 		tar -xJf vendor.tar.xz; \ | ||||
| 	fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user