thilojaeggi / WinGetty

An open source REST Backend for creating a private WinGet Repo without having to rely on cloud dependencies.
https://wingetty.dev
GNU Affero General Public License v3.0
185 stars 17 forks source link

Allow numbers in the named and add missing installer types. #11

Closed DannyVersluis closed 1 year ago

DannyVersluis commented 1 year ago

Adding packaches with numbers in the name was not possible. For example 7zip.zip & 3Dconnexion.3DxWare. I made a small change in the add_package file to make this work. I also removed the characters that are not used that often to make sure that they cannot give any problems.

Another problem was uploading exe files with the installer type inno or nullsoft. They were missing in form.py so I have added them. This now works.