stream-pi / website

Stream-Pi website made in React with Typescript, Bootstrapped with NextJS
https://stream-pi.com
GNU General Public License v3.0
8 stars 0 forks source link

Add a warning/note that antivirus softwares may cause streampi to not work perfectly, often resulting in unexpected behaviour #10

Closed rnayabed closed 3 years ago

rnayabed commented 3 years ago

This will be a part of the download page, both in the install instructions and at the top

rnayabed commented 3 years ago

will be shown as an install warning in streampi github as well

SamuelQuinones commented 3 years ago

proposed implementation in 84aa309

SamuelQuinones commented 3 years ago

improvement pushed in 0833cb9

rnayabed commented 3 years ago

Antiviruses detect streampi to be a virus because it uses a VBS starter file, which is very unconventional for any software. Also, VBS is a very common lanugage to write viruses for windows, since its very easy to learn and read. The best way here would be to make an EXE of the vbs and pray that it works. the best method would be to get it signed by microsoft, and obtaining a developer certificate will cost you a ton of money

SamuelQuinones commented 3 years ago

Finished with 7a506f6