mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
build and installer fixes
This commit is contained in:
parent
d81fa1cb98
commit
7e4f9e921d
4
.gitignore
vendored
4
.gitignore
vendored
@ -17,4 +17,6 @@
|
||||
|
||||
/DataModel/release/modules/ext/sqlite-jdbc-3.7.2.jar
|
||||
/DataModel/release/modules/lib/zlib.dll
|
||||
/branding_spear
|
||||
/branding_spear
|
||||
/installer_spear
|
||||
Bundle_*.properties
|
||||
|
@ -155,6 +155,11 @@
|
||||
<entry key="app.version" value="${app.version}" />
|
||||
<entry key="build.type" value="${build.type}" />
|
||||
</propertyfile>
|
||||
|
||||
<copy todir="${basedir}" failonerror="false">
|
||||
<fileset dir="${branding.dir}/bundles"
|
||||
includes="**/*"/>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="jni" depends="build,findTSK">
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user