JustOff / lull-the-tabs

Lull The Tabs - unload inactive tabs to free up browser memory
https://justoff.github.io
Mozilla Public License 2.0
25 stars 3 forks source link

automate building on Un*x systems #17

Closed tsjnachos117 closed 3 years ago

tsjnachos117 commented 3 years ago

Hello.

I made this PR because I feel that the release.cmd should file be ported to Unx shells, so as to make it easier for any Unx users who change the code to test their changes. Since there's no guarantee that a user will have a fixed set of installed programs, I have written a shell script that supports both Posix-7zip (the 7z, and 7za executables), and the zip program from the infozip package. The script will automatically pick whichever one it finds first.

Thanks for all you do.

PS: This is my first pull request I've ever made on any project, so if I've done anything weird and/or stupid, please let me know.

JustOff commented 3 years ago

Thanks for the suggestion, but at the moment it does not seem relevant to me, sorry.