Skip to content

Commit 6144791

Browse files
committed
Added plugin folder in archive
1 parent 4908452 commit 6144791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

makebeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ then
6161
rm ${archive_file}.sha256sum
6262
fi
6363

64-
tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/
64+
tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/ plugins/
6565
if [ $? -ne 0 ]
6666
then
6767
echo "Error creating archive!...";

makerelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ then
6161
rm ${archive_file}.sha256sum
6262
fi
6363

64-
tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/
64+
tar -zcf ${archive_file} domoticz History.txt License.txt domoticz.sh server_cert.pem updatebeta updaterelease www/ scripts/ Config/ plugins/
6565
if [ $? -ne 0 ]
6666
then
6767
echo "Error creating archive!...";

0 commit comments

Comments
 (0)