Skip to content

Commit 214f2ab

Browse files
committed
Fixed Support Us Window, and recompiled exe for 2.0 Release, now it should work again
1 parent 57c57a4 commit 214f2ab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

scrcpy.ps1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#MinersWin 2020
2-
#23.10.2020
1+
#MinersWin 2021
2+
#20.01.2021
33
#https://miners.win
44
#Tutorial: https://youtube.com/minerswin
55
#YouTube: https://youtube.com/TheGeekFreaks
@@ -15,11 +15,12 @@ Add-Type -AssemblyName System.Windows.Forms
1515

1616
. (Join-Path $PSScriptRoot 'scrcpy.designer.ps1')
1717

18-
$SupportClick = [System.Windows.Forms.MessageBox]::Show("Do you want to support us?`nA few browser tabs will open, you don't have to do anything.","Scrcpy Desktop Client by TGF",1)
19-
if ($SupportClick = "OK"){
18+
$SupportClick = [System.Windows.Forms.MessageBox]::Show("Do you want to support us?`nA few browser tabs will open, you don't have to do anything.","Scrcpy Desktop Client by TGF",'YesNoCancel','Information')
19+
if ($SupportClick -ne "NO"){
2020
explorer "https://youtu.be/ftVBV-XmAP4"
2121
explorer "https://amzn.to/3dX3I7x"
2222
explorer "https://youtu.be/78DBNzVExPw"
23+
explorer "https://paypal.me/minerswin"
2324
}
2425

2526
$TextBoxWindowTitle.Text = "Scrcpy"

0 commit comments

Comments
 (0)