Skip to content

Commit 08a8950

Browse files
committed
prepare next versions for new dek format
1 parent 3ccdb32 commit 08a8950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deken-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -e
22
pkgname=jpcvisu
3-
dekformat=0 # 0=old (.zip/.tar.gz) 1=new (.dek)
3+
dekformat=1 # 0=old (.zip/.tar.gz) 1=new (.dek)
44

55
case "$#" in
66
1) pkgos=$1; pkgver=$(git describe) ;;

0 commit comments

Comments
 (0)