A .deb packaging template for Azure Storage Explorer
It's annoying to get a tarball to install a program. You won't get menu items, properly registered app or anything on OS level with a simple tarball containing all the binaries. Microsoft hasn't been providing anything else than that, so I decided to create a .deb packaging script at least for my own use.
- Download the latest version (checked/updated weekly) from Releases page
- Double click the .deb you downloaded to install the Azure Storage Explorer :)
git clone https://github.com/niklas-e/azure-storage-explorer-deb.git
cd azure-storage-explorer-deb
- Download the latest Storage Explorer tarball from https://azure.microsoft.com/en-us/features/storage-explorer/
- Copy the tarball to the root of this folder
- Execute the create-deb script (and optionally pass the downloaded filename)
./create-deb.sh -f azure-storage-explorer.tar.gz
- Double click your newly created .deb package to install the Azure Storage Explorer :)
This repo contains a github workflow that automatically searches for new versions daily and builds them.