summarylogtreecommitdiffstats
path: root/storageexplorer.desktop
diff options
context:
space:
mode:
authorMohd Lee2022-06-23 10:58:17 +0800
committerMohd Lee2022-06-23 10:58:17 +0800
commitc6b72dc8992c8fe45654bf01f33540906fe25cad (patch)
tree6634cd7b2326da917f7f6817d3446a480556cd05 /storageexplorer.desktop
parent70277690fda86b96728f9e9f0e12c6a7ac67935e (diff)
downloadaur-c6b72dc8992c8fe45654bf01f33540906fe25cad.tar.gz
Updated to 1.24.3 and ICU version workaround
Diffstat (limited to 'storageexplorer.desktop')
-rw-r--r--storageexplorer.desktop3
1 files changed, 2 insertions, 1 deletions
diff --git a/storageexplorer.desktop b/storageexplorer.desktop
index e98ec68abd4f..4a316e3406b4 100644
--- a/storageexplorer.desktop
+++ b/storageexplorer.desktop
@@ -4,7 +4,8 @@ Version=1.0
Name=Microsoft Azure Storage Explorer
Comment=Microsoft Azure Storage Explorer (Preview) is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux.
Path=/opt/StorageExplorer
-Exec=StorageExplorer
+# Workaround for ICU version error https://stackoverflow.com/a/64370938/20007
+Exec=env DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 StorageExplorer
Icon=/opt/StorageExplorer/resources/app/out/app/icon.png
Terminal=false
Categories=Development;Network;