dcloud-ca / ca.dcloud.ICAClient

Install Citrix Workspace + HDX RTME as a Flatpak application
MIT License
20 stars 10 forks source link

Clean out installation files #5

Closed dcloud-ca closed 3 years ago

dcloud-ca commented 3 years ago

The only way I was able to get the Citrix installers to run properly is have them execute at app run-time, rather than when the app is being built. This means I had to include the installation files as part of the app files, so they can be accessed when the app is first launched. Unfortunately, this means that after the installation is completed during the first launch of the app, you're left with ~500MB of now-useless installation files that can't be deleted.

Either the build process should be modified to run the installation during build (such that the installation files don't need to be copied into the final app), or find a way to remove the installation files from the app post-install.

dcloud-ca commented 3 years ago

Modifying so that Citrix installs run at build-time rather than run-time wasn't an issue, must have been doing something wrong when I tried it in the past.

dcloud-ca commented 3 years ago

a7c84cbc9f788744399bd14d64387c0aa7547a82