Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-28 | [bug] snap post install: add support to python2 | Ruben Pollan | |
Some old systems doesn't have python3 installed by default. Let's keep support for both python3 and python2 in our post installation script. `subprocess.run` doesn't exist on python2. - Resolves: #53 | |||
2018-12-28 | [doc] snap: add the right path to the generated post install script | Ruben Pollan | |
2018-12-19 | [pkg] do not fail in snap package when no tags | Kali Kaneko (leap communications) | |
2018-10-15 | [bug] use the proper binary name for bitmask-systray | Ruben Pollan | |
I missed the '.git' in the source of the snap. | |||
2018-10-11 | [pkg] standalone is now the default build | Ruben Pollan | |
2018-10-11 | [bug] fix path for the version file | Kali Kaneko (leap communications) | |
the version,sh script is normally executed from the parent folder. this was only working in tests because I wasn't deleting the file in my local builds. | |||
2018-10-11 | [feat] get version from file in snap | kali | |
this is the simplest way to get the version string from within the snap, since passing a ldflag to the golang plugin was going to be much more convoluted. - Resolves: #27 | |||
2018-10-09 | [docs] improve readme | Kali Kaneko (leap communications) | |
Adds some installation and build instructions. - Resolves: #35 | |||
2018-10-09 | [pkg] unlink system-wide desktop entry | Kali Kaneko (leap communications) | |
2018-10-05 | [pkg] add build_snap target | Kali Kaneko (leap communications) | |
2018-10-05 | [pkg] add desktop entry in debian | Kali Kaneko (leap communications) | |
as a workaround for snap desktop entries not being available system-wide there | |||
2018-09-29 | [pkg] add README to the snap folder | Kali Kaneko (leap communications) | |
2018-09-06 | [pkg] wget needs to be installed for bitmask-root | Ruben Pollan | |
2018-09-05 | [pkg] create snaps with the standalone version | Ruben Pollan | |