mirror of
				https://github.com/KaKi87/vivaldi-source.git
				synced 2025-07-20 01:05:36 +00:00 
			
		
		
		
	🐛 Fix 94e2b81
				
					
				
			This commit is contained in:
		
							parent
							
								
									e4bfef3df8
								
							
						
					
					
						commit
						850de149a4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								main.js
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								main.js
									
										
									
									
									
								
							|  | @ -30,7 +30,7 @@ for(const { | ||||||
|         continue; |         continue; | ||||||
|     } |     } | ||||||
|     console.log(`Downloading ${url}`); |     console.log(`Downloading ${url}`); | ||||||
|     await $`curl -L ${url} | tar xJ 2>/dev/null`; |     await $`curl -L ${url} | tar xJ || true`; | ||||||
|     console.log(`Staging version ${version}`); |     console.log(`Staging version ${version}`); | ||||||
|     await $`git add vivaldi-source` |     await $`git add vivaldi-source` | ||||||
|     console.log(`Committing version ${version}`); |     console.log(`Committing version ${version}`); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue