Skip to content

Commit

Permalink
w3af: fixed icon path in .desktop (#3942)
Browse files Browse the repository at this point in the history
* w3af: fixed icon path in .desktop

The icon path of the .desktop file is wrong. Fixed with the correct one.

* Update PKGBUILD

* Update to-release
  • Loading branch information
D3vil0p3r authored Aug 24, 2023
1 parent 6192dc5 commit 7e6bb05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lists/to-release
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
w3af
2 changes: 1 addition & 1 deletion packages/w3af/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=w3af
pkgver=1.6.49
pkgrel=9
pkgrel=10
groups=('blackarch' 'blackarch-fuzzer' 'blackarch-scanner' 'blackarch-webapp')
pkgdesc='Web Application Attack and Audit Framework.'
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion packages/w3af/w3af.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Exec=/usr/bin/w3af-gui
Icon=/usr/share/w3af/core/ui/gui/data/w3af_icon.png
Icon=/usr/share/w3af/w3af/core/ui/gui/data/w3af_icon.png
Type=Application
Terminal=false
MultipleArgs=false
Expand Down

0 comments on commit 7e6bb05

Please sign in to comment.