-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: added categories, provides and conflicts to packaging * feat: packaging for both x86_64 and aarch64 * feat: channel filter box now goes red on invalid input * fix: better channel filter input checks * fix: backend error management * feat: logger Signed-off-by: Martin Olivier <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
48d8f6f
commit 53763e6
Showing
26 changed files
with
391 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
-s dir ./target/release/airgorah ./icons/app_icon.png package README.md LICENSE | ||
--name airgorah | ||
--license MIT | ||
--version 0.4.1 | ||
--version 0.4.2 | ||
--description "A WiFi auditing software that can perform deauth attacks and passwords cracking" | ||
--url "https://github.com/martin-olivier/airgorah" | ||
--maintainer "Martin Olivier <[email protected]>" | ||
|
||
--provides airgorah | ||
--conflicts airgorah | ||
|
||
--depends bash | ||
--depends systemd | ||
--depends xfce4-terminal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.