mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
39 lines
1.9 KiB
INI
39 lines
1.9 KiB
INI
app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
|
|
app.name=autopsy
|
|
app.title=Autopsy
|
|
app.version=3.0.0b2
|
|
auxiliary.org-netbeans-modules-apisupport-installer.license-type=apache.v2
|
|
auxiliary.org-netbeans-modules-apisupport-installer.os-linux=false
|
|
auxiliary.org-netbeans-modules-apisupport-installer.os-macosx=false
|
|
auxiliary.org-netbeans-modules-apisupport-installer.os-solaris=false
|
|
auxiliary.org-netbeans-modules-apisupport-installer.os-windows=true
|
|
auxiliary.org-netbeans-modules-apisupport-installer.pack200-enabled=false
|
|
branding.token=${app.name}
|
|
modules=\
|
|
${project.org.sleuthkit.autopsy.directorytree}:\
|
|
${project.org.sleuthkit.autopsy.menuactions}:\
|
|
${project.org.sleuthkit.autopsy.corecomponentinterfaces}:\
|
|
${project.org.sleuthkit.autopsy.corecomponents}:\
|
|
${project.org.sleuthkit.autopsy.filesearch}:\
|
|
${project.org.sleuthkit.autopsy.datamodel}:\
|
|
${project.org.sleuthkit.autopsy.casemodule}:\
|
|
${project.org.sleuthkit.autopsy.keywordsearch}:\
|
|
${project.org.sleuthkit.autopsy.coreutils}:\
|
|
${project.org.sleuthkit.autopsy.ingest}:\
|
|
${project.org.sleuthkit.autopsy.hashdatabase}:\
|
|
${project.org.gnu.trove}:\
|
|
${project.org.sleuthkit.autopsy.recentactivity}
|
|
project.org.gnu.trove=trove
|
|
project.org.sleuthkit.autopsy.casemodule=Case
|
|
project.org.sleuthkit.autopsy.corecomponentinterfaces=CoreComponentInterfaces
|
|
project.org.sleuthkit.autopsy.corecomponents=CoreComponents
|
|
project.org.sleuthkit.autopsy.coreutils=CoreUtils
|
|
project.org.sleuthkit.autopsy.directorytree=DirectoryTree
|
|
project.org.sleuthkit.autopsy.filesearch=FileSearch
|
|
project.org.sleuthkit.autopsy.hashdatabase=HashDatabase
|
|
project.org.sleuthkit.autopsy.ingest=Ingest
|
|
project.org.sleuthkit.autopsy.keywordsearch=KeywordSearch
|
|
project.org.sleuthkit.autopsy.menuactions=MenuActions
|
|
project.org.sleuthkit.autopsy.datamodel=DataModel
|
|
project.org.sleuthkit.autopsy.recentactivity=RecentActivity
|