Skip to content

Commit

Permalink
Add license and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
javalikescript committed Mar 24, 2024
1 parent 75f5d52 commit e13052c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ EXE := $(EXE_$(PLAT))
MAIN_MK := $(MK_$(PLAT))
ZIP := $(ZIP_$(PLAT))

RELEASE_FILES ?= fcut$(EXE) README.md
RELEASE_FILES ?= fcut$(EXE) README.md licenses.txt

STATIC_FLAGS_windows=lua/src/wlua.res -mwindows
STATIC_FLAGS_linux=

release: bin release$(ZIP)
release: bin licenses release$(ZIP)

release-full:
$(MAKE) release RELEASE_FILES="$(RELEASE_FILES) ffmpeg"
Expand All @@ -40,6 +40,9 @@ show:
@echo RELEASE_DATE: $(RELEASE_DATE)
@echo RELEASE_NAME: $(RELEASE_NAME)

licenses:
cp -u $(LUACLIBS)/licenses.txt .

bin:
$(MAKE) -C $(LUACLIBS) OPENSSL_LIBNAMES= OPENSSL_LIBS= \
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" \
Expand Down
9 changes: 0 additions & 9 deletions fcut.bat

This file was deleted.

2 changes: 0 additions & 2 deletions fcut.sh

This file was deleted.

0 comments on commit e13052c

Please sign in to comment.