mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	gow: Suppress post_install output (#3489)
* gow: Fix checkver, add autoupdate, rearrange bin * gow: Remove checkver & autoupdate
This commit is contained in:
		
							parent
							
								
									8ad66e873a
								
							
						
					
					
						commit
						8991743b52
					
				@ -11,12 +11,8 @@
 | 
				
			|||||||
    "pre_install": "\"@cscript //NoLogo \"\"$dir\\bin\\gow.vbs\"\" %1\" | Set-Content -force \"$dir\\bin\\gow.bat\"",
 | 
					    "pre_install": "\"@cscript //NoLogo \"\"$dir\\bin\\gow.vbs\"\" %1\" | Set-Content -force \"$dir\\bin\\gow.bat\"",
 | 
				
			||||||
    "post_install": [
 | 
					    "post_install": [
 | 
				
			||||||
        "# create etc directory (required by bash), if needed",
 | 
					        "# create etc directory (required by bash), if needed",
 | 
				
			||||||
        "if (! (test-path \"$dir\\etc\")) { new-item -itemtype directory \"$dir\\etc\" }"
 | 
					        "if (! (test-path \"$dir\\etc\")) { new-item -itemtype directory \"$dir\\etc\" | Out-Null }"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "checkver": {
 | 
					 | 
				
			||||||
        "url": "https://github.com/bmatzelle/gow/releases",
 | 
					 | 
				
			||||||
        "regex": "<a.*?>Gow ([\\d.]+)</a>"
 | 
					 | 
				
			||||||
    },
 | 
					 | 
				
			||||||
    "bin": [
 | 
					    "bin": [
 | 
				
			||||||
        "bin\\awk.exe",
 | 
					        "bin\\awk.exe",
 | 
				
			||||||
        "bin\\basename.exe",
 | 
					        "bin\\basename.exe",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user