fiskaltrust / middleware-launcher

The Middleware Launcher is used to host fiskaltrust's Middleware for POS systems on desktop operating systems like Windows, Linux and macOS.
https://docs.fiskaltrust.cloud
European Union Public License 1.2
2 stars 1 forks source link

Rename launcher scripts and fix download timeout handling. #172

Closed volllly closed 7 months ago

volllly commented 7 months ago

As part of using the migration script the launcher .zip file is copied into the old launcher folder. since the test.cmd script already exists there in the old version it has to be overwritten and is then backed up as part of the old launcher files.

To solve this we renamed the scripts in the new launcher to launcher-*.cmd. As a plus this leads to them being next to each other in the file list when sorted alphabetically.

We've also change the handling of the download timeout to not cancel the download if its already running but only when the connection is timing out.