Adds: dependencies in build config
This commit is contained in:
parent
997e50e15b
commit
9edbba2948
2 changed files with 2 additions and 1 deletions
1
build.js
1
build.js
|
|
@ -10,6 +10,7 @@ const config = {
|
|||
"resources",
|
||||
"app_dist",
|
||||
"node_modules",
|
||||
"dependencies/libreoffice/linux_build/libreoffice.appimage"
|
||||
],
|
||||
linux: {
|
||||
target: ["AppImage"],
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
<body class="bg-gray-900 text-white flex flex-col items-center justify-center h-screen">
|
||||
<img src="../assets/images/presenton_logo.png" alt="Presenton Logo" class="h-20">
|
||||
<p class="mt-20 text-lg">Waiting for server to start...</p>
|
||||
<p class="mt-20 text-lg">Just a moment...</p>
|
||||
<div class="loading-circle mt-10"></div>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue