allow opening files from file managers
This commit is contained in:
parent
650d204468
commit
74ffc999d5
3 changed files with 6 additions and 6 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ida-pro-patched
|
||||
pkgdesc = IDA - The Interactive Disassembler (Patched)
|
||||
pkgver = 9.0.240925
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://hex-rays.com/ida-pro/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
@ -19,6 +19,6 @@ pkgbase = ida-pro-patched
|
|||
sha256sums = SKIP
|
||||
sha256sums = da41a74453b5e4b6816c5ed1ad66c8c7a19684c48d23e083bda9d5149966616e
|
||||
sha256sums = SKIP
|
||||
sha256sums = 57d46b76ec02fec91352eb51c8dea9082efc6d45391849109b1e784921e9fadb
|
||||
sha256sums = 445e0498d24676cc81c1f9b81a30241eabd480852561f398e520e6e23d4b97bd
|
||||
|
||||
pkgname = ida-pro-patched
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
pkgname=ida-pro-patched
|
||||
_pkgname=ida-pro
|
||||
pkgver=9.0.240925
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="IDA - The Interactive Disassembler (Patched)"
|
||||
arch=('x86_64')
|
||||
url="https://hex-rays.com/ida-pro/"
|
||||
|
@ -23,7 +23,7 @@ sha256sums=('159cf8983a0e7b199d6efab5af42eca31a288e7ef2ec44eba6336de4acb8107a'
|
|||
'SKIP'
|
||||
'da41a74453b5e4b6816c5ed1ad66c8c7a19684c48d23e083bda9d5149966616e'
|
||||
'SKIP'
|
||||
'57d46b76ec02fec91352eb51c8dea9082efc6d45391849109b1e784921e9fadb')
|
||||
'445e0498d24676cc81c1f9b81a30241eabd480852561f398e520e6e23d4b97bd')
|
||||
validpgpkeys=('09BE40243217978201A0440E101BA3F4C612AA41') # nezu <nezu@nezu.cc>
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=IDA Pro
|
||||
Comment=The Interactive Disassembler
|
||||
Exec=/usr/bin/ida
|
||||
Exec=/usr/bin/ida %f
|
||||
Icon=ida-pro
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development
|
||||
Categories=Development
|
||||
|
|
Loading…
Reference in a new issue