diff --git a/content/logo-symbol.png b/content/logo-symbol.png new file mode 100644 index 0000000..41a48c3 Binary files /dev/null and b/content/logo-symbol.png differ diff --git a/surfshark.2.6.6.nuspec b/surfshark.2.6.6.nuspec new file mode 100644 index 0000000..0f60fac --- /dev/null +++ b/surfshark.2.6.6.nuspec @@ -0,0 +1,37 @@ + + + + surfshark + 2.6.6 + surfshark (Install) + thempb + Surfshark + false + https://surfshark.com/features + https://surfshark.com/ + + https://surfshark.com/wp-content/themes/surfshark-9.041/assets/img/logos/logo.svg + Secure your digital life +Private access to the open internet. +Access content safely +Enjoy everything good that the internet has to offer, worry-free. Get instant, secured access to all the content you love. +Leave no footprints +Use Surfshark to make sure your location is private and your sensitive data is secure, at all times. Verified security +“To sum up, Cure53 is highly satisfied to see such a strong security posture on the Surfshark VPN extensions, especially given the common vulnerability of similar products to privacy issues.” + Secure your digital life +Private access to the open internet. +Access content safely +Enjoy everything good that the internet has to offer, worry-free. Get instant, secured access to all the content you love. +Leave no footprints +Use Surfshark to make sure your location is private and your sensitive data is secure, at all times. Verified security +“To sum up, Cure53 is highly satisfied to see such a strong security posture on the Surfshark VPN extensions, especially given the common vulnerability of similar products to privacy issues.” + surfshark vpn + + + + + + + + + \ No newline at end of file diff --git a/tools/LICENSE.txt b/tools/LICENSE.txt new file mode 100644 index 0000000..0333b2c --- /dev/null +++ b/tools/LICENSE.txt @@ -0,0 +1,11 @@ + +Note: Include this file if including binaries you have the right to distribute. +Otherwise delete. this file. + +===DELETE ABOVE THIS LINE AND THIS LINE=== + +From: + +LICENSE + + diff --git a/tools/VERIFICATION.txt b/tools/VERIFICATION.txt new file mode 100644 index 0000000..775ebe7 --- /dev/null +++ b/tools/VERIFICATION.txt @@ -0,0 +1,13 @@ + +Note: Include this file if including binaries you have the right to distribute. +Otherwise delete. this file. If you are the software author, you can change this +mention you are the author of the software. + +===DELETE ABOVE THIS LINE AND THIS LINE=== + +VERIFICATION +Verification is intended to assist the Chocolatey moderators and community +in verifying that this package's contents are trustworthy. + + + \ No newline at end of file diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 new file mode 100644 index 0000000..2a9f4b1 --- /dev/null +++ b/tools/chocolateyinstall.ps1 @@ -0,0 +1,42 @@ + +$ErrorActionPreference = 'Stop'; +$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" +$url = 'https://downloads.surfshark.com/windows/latest/SurfsharkSetup.exe' + + +$packageArgs = @{ + packageName = "Surfshark" + unzipLocation = $toolsDir + fileType = 'exe' + url = $url + + softwareName = 'surfshark*' + + checksum = 'F1236A602FC3EB6D5F0DD7FDBC95B812C6ADABB98970E237EF3C3A70F5B84CC9' + checksumType = 'sha256' + + + silentArgs = "/exenoui" + validExitCodes= @(0, 3010, 1641) +} + +Install-ChocolateyPackage @packageArgs + + + + + + + + + + + + + + + + + + + diff --git a/tools/chocolateyuninstall.ps1 b/tools/chocolateyuninstall.ps1 new file mode 100644 index 0000000..ea448f4 --- /dev/null +++ b/tools/chocolateyuninstall.ps1 @@ -0,0 +1 @@ +start-process -filepath "C:\ProgramData\Caphyon\Advanced Installer\{9E65D7E5-B255-493D-B95A-DECAB307DDF6}\SurfsharkSetup.exe" -argumentlist '/x {9E65D7E5-B255-493D-B95A-DECAB307DDF6} AI_UNINSTALLER_CTP=1 /qn' \ No newline at end of file