diff --git a/.gitignore b/.gitignore index 5e56e04..4febd3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/bin +/bin/ +/dist/ diff --git a/dist/videocut b/dist/videocut deleted file mode 100755 index f6be002..0000000 --- a/dist/videocut +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -l -# -# Copyright (C) 2016-2018 Christian Pierre MOMON -# -# This file is part of Videocut. -# -# Videocut is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# Videocut is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with Videocut. If not, see - -java -jar "`dirname "$0"`/videocut.jar" "$@" diff --git a/dist/videocut.jar b/dist/videocut.jar deleted file mode 100644 index 1d673d8..0000000 Binary files a/dist/videocut.jar and /dev/null differ