File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ dist-copy-windows:
55
55
-cp -u $(LUACLIBS ) /winapi.$(SO ) $(FCUT_DIST ) /bin/
56
56
-cp -u $(LUACLIBS ) /win32.$(SO ) $(FCUT_DIST ) /bin/
57
57
cp -u $(LUACLIBS ) /lua* .$(SO ) $(FCUT_DIST ) /bin/
58
+ -cp -u $(LUACLIBS ) /wlua$(EXE ) $(FCUT_DIST ) /bin/
58
59
cp -u $(LUACLIBS ) /WebView2Loader.dll $(FCUT_DIST ) /bin/
59
60
cp -u fcut.bat $(FCUT_DIST ) /
60
61
Original file line number Diff line number Diff line change 4
4
set LUA_PATH = lua\?.lua
5
5
set LUA_CPATH = bin\?.dll
6
6
set WEBVIEW_WIN32_ICON = htdocs\favicon.ico
7
- bin\lua fcut.lua -ffmpeg ffmpeg\ffmpeg .exe %*
7
+ start " FCut " /B bin\wlua .exe fcut.lua %*
8
8
9
9
ENDLOCAL
Original file line number Diff line number Diff line change @@ -240,13 +240,15 @@ <h2>Export</h2>
240
240
< h2 > Missing Configuration</ h2 >
241
241
< p > It seems that some configuration is missing or invalid.</ p >
242
242
< p > Check that you provided the correct location for ffmpeg and ffprobe.</ p >
243
- < p > You could download FFmpeg binaries on the < a href ="https://www.ffmpeg.org/download.html " target ="_blank "> FFmpeg site</ a > .</ li >
243
+ < p > You could download FFmpeg binaries on the < a href ="https://www.ffmpeg.org/download.html " target ="_blank "> FFmpeg site</ a >
244
+ or on the < a href ="https://github.com/javalikescript/fcut/releases/download/v0.3.0/ffmpeg-x86_64-windows.zip " target ="_blank "> FCut github</ a > .</ li >
244
245
</ div >
245
246
</ page >
246
247
< page name ="about ">
247
248
< div class ="padded ">
248
249
< button v-on:click ="pages.navigateBack() "> < i class ="fas fa-arrow-left "> </ i > </ button >
249
250
< h2 > About</ h2 >
251
+ < p > A < a href ="https://github.com/javalikescript/luajls " target ="_blank "> luajls</ a > application, see < a href ="https://github.com/javalikescript/fcut " target ="_blank "> sources</ a > .</ p >
250
252
< p > This application uses the following external software/libraries</ p >
251
253
< ul >
252
254
< li > < a href ="https://www.lua.org/home.html " target ="_blank "> Lua</ a > is licensed under the MIT license</ li >
You can’t perform that action at this time.
0 commit comments