Remove BUILD_CONFIG

I use this config file to build packages on my machine with Docker. Not useful for other people.
This commit is contained in:
Tony George 2022-11-13 16:00:07 +05:30 committed by Clement Lefebvre
parent cb4b53b7ca
commit af6fda5560

View File

@ -1,16 +0,0 @@
app_fullname="Timeshift"
app_name="timeshift"
pkg_name="timeshift"
build_deb=0
build_rpm=1
build_zst=0
deb_arch="amd64 i386 arm64 armhf" # amd64 i386 arm64 armhf
rpm_arch="" # x86_64 i686
zst_arch="" # x86_64 i686
pkg_version=$(dpkg-parsechangelog --show-field Version)
git_origin="git@github.com:linuxmint/timeshift.git"