divagicha / CoWIN-Vaccine-Appointment-Booking

Script to automate COVID-19 vaccination slot booking on India's Co-WIN Platform
11 stars 4 forks source link

Windows exec takes a huge chunk of data which make cloning the project longer #15

Open techantidote opened 3 years ago

techantidote commented 3 years ago

Description: In the current project, the Windows executable in ~11MB in size. In this case, a regular git clone could take time. An use case would be:

Proposal 1:

git clone https://github.com/divagicha/CoWIN-Vaccine-Appointment-Booking/issues/new -b windows

Proposal 2: • For Windows users, Include the Windows binary to the releases only if possible. • For example: Use the releases links for download and check if the exec under "dist" can be deleted. • https://github.com/divagicha/CoWIN-Vaccine-Appointment-Booking/releases/download/v2.3/CovidVaccinationAppointmentScheduler-Setup-v2.3.exe

divagicha commented 3 years ago

Thanks @techantidote for suggesting the options. I'll make the changes as soon as possible, however they might get delayed due to my current working schedule.