From 5cf19630c16754679c9b183eaeffed9a796f82a1 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 13 Mar 2011 16:05:17 +0000 Subject: [PATCH] Don't include .gitignore in release archives --- ZeroInstall.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZeroInstall.xml b/ZeroInstall.xml index 03298a2..67b4615 100644 --- a/ZeroInstall.xml +++ b/ZeroInstall.xml @@ -31,7 +31,7 @@ requires first uninstalling another. sed -i "s/^version = '.*'$/version = '$RELEASE_VERSION'/" zeroinstall/__init__.py sed -i "s/^version = '.*'$/version = '$RELEASE_VERSION'/" zeroinstall/0launch-gui/gui.py - make translations + rm .gitignore; make translations -- 2.11.4.GIT