mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
47 lines
2.1 KiB
Properties
47 lines
2.1 KiB
Properties
app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
|
|
### Title of the application
|
|
app.title=Autopsy
|
|
### lowercase version of above
|
|
app.name=autopsy
|
|
### if left unset, version will default to today's date
|
|
#app.version=3.0.2
|
|
### Build type isn't used at this point, but it may be useful
|
|
### Must be one of: DEVELOPMENT, RELEASE
|
|
#build.type=RELEASE
|
|
build.type=DEVELOPMENT
|
|
update_versions=false
|
|
#custom JVM options
|
|
#Note: can be higher on 64 bit systems, should be in sync with build.xml
|
|
run.args.extra=-J-Xms24m -J-Xmx2048m -J-XX:MaxPermSize=128M -J-Xverify:none
|
|
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.keywordsearch}:\
|
|
${project.org.sleuthkit.autopsy.hashdatabase}:\
|
|
${project.org.sleuthkit.autopsy.recentactivity}:\
|
|
${project.org.sleuthkit.autopsy.testing}:\
|
|
${project.org.sleuthkit.autopsy.thunderbirdparser}:\
|
|
${project.org.sleuthkit.autopsy.exifparser}:\
|
|
${project.org.sleuthkit.autopsy.core}:\
|
|
${project.org.sleuthkit.autopsy.corelibs}:\
|
|
${project.org.sleuthkit.autopsy.sevenzip}:\
|
|
${project.org.sleuthkit.autopsy.scalpel}:\
|
|
${project.org.sleuthkit.autopsy.timeline}
|
|
project.org.sleuthkit.autopsy.core=Core
|
|
project.org.sleuthkit.autopsy.corelibs=CoreLibs
|
|
project.org.sleuthkit.autopsy.hashdatabase=HashDatabase
|
|
project.org.sleuthkit.autopsy.keywordsearch=KeywordSearch
|
|
project.org.sleuthkit.autopsy.recentactivity=RecentActivity
|
|
project.org.sleuthkit.autopsy.testing=Testing
|
|
project.org.sleuthkit.autopsy.thunderbirdparser=thunderbirdparser
|
|
project.org.sleuthkit.autopsy.exifparser=ExifParser
|
|
project.org.sleuthkit.autopsy.sevenzip=SevenZip
|
|
project.org.sleuthkit.autopsy.scalpel=ScalpelCarver
|
|
project.org.sleuthkit.autopsy.timeline=Timeline
|
|
|