mirror of
				https://github.com/DerTyp7/obs-twitch-camera-frame.git
				synced 2025-10-31 05:37:13 +01:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 6936eaf689 | ||
|   | 1fbd632a30 | 
| @@ -40,7 +40,7 @@ if ($newestVersionString -ne "") { | ||||
|     Invoke-WebRequest -Uri "https://github.com/DerTyp876/obs-twitch-camera-frame/archive/refs/tags/$newestVersionString.zip" -OutFile "./temp/$newestVersionString.zip" | ||||
|     Write-Output "Extracting archive..." | ||||
|     Expand-Archive -Path "./temp/$newestVersionString.zip" -DestinationPath "./temp/" | ||||
|     Get-ChildItem -Path "./temp/ts5-obs-overlay-$($newestVersionString -replace 'v')" -Recurse | Move-Item -Destination "./" | ||||
|     Get-ChildItem -Path "./temp/obs-twitch-camera-frame-$($newestVersionString -replace 'v')" -Recurse | Move-Item -Destination "./" | ||||
|  | ||||
|     Remove-Item "./temp" -Recurse -Force -Confirm | ||||
|  | ||||
| @@ -50,6 +50,4 @@ if ($newestVersionString -ne "") { | ||||
| else { | ||||
|   Write-Output "No new version found!" | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
| pause | ||||
		Reference in New Issue
	
	Block a user