mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	bin/build*: Check if dpkg-deb tool is correct
This commit is contained in:
		| @@ -5,6 +5,11 @@ if ! command -v dpkg-deb &> /dev/null; then | |||||||
|   exit 1 |   exit 1 | ||||||
| fi | fi | ||||||
|  |  | ||||||
|  | if dpkg-deb 2>&1 | grep BusyBox &> /dev/null; then | ||||||
|  |   echo "The dpkg-deb binary provided by BusyBox is not compatible. The Debian tool needs to be used instead." | ||||||
|  |   exit 1 | ||||||
|  | fi | ||||||
|  |  | ||||||
| echo "Packaging debian x64 distribution..." | echo "Packaging debian x64 distribution..." | ||||||
|  |  | ||||||
| VERSION=`jq -r ".version" package.json` | VERSION=`jq -r ".version" package.json` | ||||||
|   | |||||||
| @@ -15,6 +15,11 @@ if ! command -v dpkg-deb &> /dev/null; then | |||||||
|   exit 1 |   exit 1 | ||||||
| fi | fi | ||||||
|  |  | ||||||
|  | if dpkg-deb 2>&1 | grep BusyBox &> /dev/null; then | ||||||
|  |   echo "The dpkg-deb binary provided by BusyBox is not compatible. The Debian tool needs to be used instead." | ||||||
|  |   exit 1 | ||||||
|  | fi | ||||||
|  |  | ||||||
| SRC_DIR=./dist/trilium-linux-x64-src | SRC_DIR=./dist/trilium-linux-x64-src | ||||||
|  |  | ||||||
| [ "$1" != "DONTCOPY" ] && ./bin/copy-trilium.sh "$SRC_DIR" | [ "$1" != "DONTCOPY" ] && ./bin/copy-trilium.sh "$SRC_DIR" | ||||||
|   | |||||||
| @@ -17,6 +17,11 @@ if ! command -v dpkg-deb &> /dev/null; then | |||||||
|   exit 1 |   exit 1 | ||||||
| fi | fi | ||||||
|  |  | ||||||
|  | if dpkg-deb 2>&1 | grep BusyBox &> /dev/null; then | ||||||
|  |   echo "The dpkg-deb binary provided by BusyBox is not compatible. The Debian tool needs to be used instead." | ||||||
|  |   exit 1 | ||||||
|  | fi | ||||||
|  |  | ||||||
| if ! command -v wine &> /dev/null; then | if ! command -v wine &> /dev/null; then | ||||||
|   echo "Missing command: wine" |   echo "Missing command: wine" | ||||||
|   exit 1 |   exit 1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user