Skip to content

Commit e13052c

Browse files
Add license and cleanup
1 parent 75f5d52 commit e13052c

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ EXE := $(EXE_$(PLAT))
2424
MAIN_MK := $(MK_$(PLAT))
2525
ZIP := $(ZIP_$(PLAT))
2626

27-
RELEASE_FILES ?= fcut$(EXE) README.md
27+
RELEASE_FILES ?= fcut$(EXE) README.md licenses.txt
2828

2929
STATIC_FLAGS_windows=lua/src/wlua.res -mwindows
3030
STATIC_FLAGS_linux=
3131

32-
release: bin release$(ZIP)
32+
release: bin licenses release$(ZIP)
3333

3434
release-full:
3535
$(MAKE) release RELEASE_FILES="$(RELEASE_FILES) ffmpeg"
@@ -40,6 +40,9 @@ show:
4040
@echo RELEASE_DATE: $(RELEASE_DATE)
4141
@echo RELEASE_NAME: $(RELEASE_NAME)
4242

43+
licenses:
44+
cp -u $(LUACLIBS)/licenses.txt .
45+
4346
bin:
4447
$(MAKE) -C $(LUACLIBS) OPENSSL_LIBNAMES= OPENSSL_LIBS= \
4548
STATIC_RESOURCES="-R $(FCUT_REL)/assets $(FCUT_REL)/htdocs -l $(FCUT_REL)/fcut.lua $(FCUT_REL)/fcutSchema.lua $(FCUT_REL)/Ffmpeg.lua $(FCUT_REL)/FileChooser.lua" \

fcut.bat

Lines changed: 0 additions & 9 deletions
This file was deleted.

fcut.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)