Open techantidote opened 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:
Have separate branch named "linux" for Linux users with does not have the "dist" directory. In this case a linux user could do something like:
git clone https://github.com/divagicha/CoWIN-Vaccine-Appointment-Booking/issues/new -b linux
In this case, a Windows user either git clone the stock project which includes the dist or have a separate branch itself.
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
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.
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:
Have separate branch named "linux" for Linux users with does not have the "dist" directory. In this case a linux user could do something like:
git clone https://github.com/divagicha/CoWIN-Vaccine-Appointment-Booking/issues/new -b linux
In this case, a Windows user either git clone the stock project which includes the dist or have a separate branch itself.
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