Cosmicoppai / LiSA

LiSA (Native App to stream/read and download Anime & Manga ❀️ )
https://lisa-site.vercel.app/
MIT License
134 stars 20 forks source link

build from source code #74

Closed arsaey closed 4 weeks ago

arsaey commented 1 month ago

i just build this project from source code using npm run package but exe file show blank page.. why?

mrakesh0608 commented 1 month ago

Please refer our CONTRIBUTING Guide, to build this project from source code.

arsaey commented 1 month ago

Please refer our CONTRIBUTING Guide, to build this project from source code.

thanks. i build it successfully but there is one problem.. the search just work when i run python backend/LiSA.py??

original release works fine when i run it.. no need to run extra code.. maybe because then .env i set VITE_SERVER_URL=http://localhost:6969 VITE_SOCKET_URL=ws://localhost:9000

but maybe the backend should be up in one server... now im wonder what is original backend?

Cosmicoppai commented 1 month ago

Hey, Can you please tell what commands you ran and for which platform you're trying to build.

The js stuff is the frontend and python one is the backend. After the build, Both should be bundle in one executable.

arsaey commented 4 weeks ago

i do as contribute .. yarn make to build output

Hey, Can you please tell what commands you ran and for which platform you're trying to build.

The js stuff is the frontend and python one is the backend. After the build, Both should be bundle in one executable.

hi i do as contribute.md and run yarn make to build output

all files i touch before yarn make is modified: forge.config.ts modified: index.html modified: package.json modified: public/css/loader.css modified: public/favicon.ico modified: public/images/home_screen_logo.png modified: public/images/logo720.png modified: public/loader.html modified: public/manifest.json modified: public/robots.txt modified: spec/windows.spec modified: src/App.tsx modified: src/components/navbar.tsx modified: utils/ignore-node-modules-glob-patters.json modified: utils/images/logo.icns
modified: utils/images/logo.ico modified: utils/images/logo.png modified: utils/images/logo192.png modified: yarn.lock Untracked files: (use "git add ..." to include in what will be committed) r package-lock.json utils/images/home_screen_logo.png

    some change in icon and name and some tiny changes in theme 
    but it wont do search before i run python backend/LiSA.py

any hint about what maybe happened there?

mrakesh0608 commented 4 weeks ago

Hey @arsaey, you can create a pull request ✨ or share your forked repo link with the appropriate branch, and we can fix your issue there 😊.

arsaey commented 4 weeks ago

Hey @arsaey, you can create a pull request ✨ or share your forked repo link with the appropriate branch, and we can fix your issue there 😊.

Hi @Cosmicoppai, thank you so much for the help! 😊 I’ve created a fork and you can find the branch here: LiSA-fork - need-to-run-backend-manually.

mrakesh0608 commented 4 weeks ago

@arsaey

Why have you changed our project name from LiSA to a generic name Anime?

new logo?

Why was the settings page removed?

What exactly are you trying to do?

arsaey commented 4 weeks ago

its commonly

@arsaey

Why have you changed our project name from LiSA to a generic name Anime?

new logo?

Why was the settings page removed?

What exactly are you trying to do?

Why the name change: I renamed the project temporarily to "Anime" because I plan to broaden its scope to handle a wider range of anime-related features. The goal is to create a more versatile base, but this change is still up for discussion, and I’m open to feedback on the naming!

About the new logo: The logo change is just a draft concept at the moment, to align with the new name. Nothing is set in stone, and I’d love to collaborate on the final design if we agree to move forward with this branding.

What I’m trying to do: My main goal is to introduce some structural improvements and potentially expand the project’s scope, but I’m not making any permanent changes without consulting you. If you have any concerns or suggestions, let’s discuss them so we can keep the project aligned with our shared vision.

Regarding changes in open-source projects: I believe it’s normal for open-source projects to evolve over time as contributors add new features or refine existing ones. My intent is to bring in some improvements and experiment with expanding the project, but it’s all part of an iterative process.

Cosmicoppai commented 4 weeks ago

@arsaey I was able to build your branch and run successfully

image

Please make sure your firewall is not blocking the ports.

PS C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork> ./venv/Scripts/activate
(venv) PS C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork> pip install -r ./requirements.txt
Collecting aiobotocore==2.5.4
  Using cached aiobotocore-2.5.4-py3-none-any.whl (73 kB)
Collecting aiohttp==3.8.5
  Using cached aiohttp-3.8.5-cp310-cp310-win_amd64.whl (323 kB)
Collecting aioitertools==0.11.0
  Using cached aioitertools-0.11.0-py3-none-any.whl (23 kB)
Collecting aiosignal==1.3.1
  Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting anyio==3.7.1
  Using cached anyio-3.7.1-py3-none-any.whl (80 kB)
Collecting async-timeout==4.0.3
  Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Collecting attrs==23.1.0
  Using cached attrs-23.1.0-py3-none-any.whl (61 kB)
Collecting beautifulsoup4==4.12.2
  Using cached beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)
Collecting boto3==1.28.17
  Using cached boto3-1.28.17-py3-none-any.whl (135 kB)
Collecting botocore==1.31.17
  Using cached botocore-1.31.17-py3-none-any.whl (11.1 MB)
Collecting certifi==2023.7.22
  Using cached certifi-2023.7.22-py3-none-any.whl (158 kB)
Collecting charset-normalizer==3.2.0
  Using cached charset_normalizer-3.2.0-cp310-cp310-win_amd64.whl (96 kB)
Collecting click==8.1.7
  Using cached click-8.1.7-py3-none-any.whl (97 kB)
Collecting colorama==0.4.6
  Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting exceptiongroup==1.1.3
  Using cached exceptiongroup-1.1.3-py3-none-any.whl (14 kB)
Collecting frozenlist==1.4.0
  Using cached frozenlist-1.4.0-cp310-cp310-win_amd64.whl (44 kB)
Collecting fsspec==2023.6.0
  Using cached fsspec-2023.6.0-py3-none-any.whl (163 kB)
Collecting h11==0.14.0
  Using cached h11-0.14.0-py3-none-any.whl (58 kB)
Collecting idna==3.4
  Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting iso8601==2.0.0
  Using cached iso8601-2.0.0-py3-none-any.whl (7.5 kB)
Collecting jmespath==1.0.1
  Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
Collecting m3u8==3.5.0
  Using cached m3u8-3.5.0-py3-none-any.whl (24 kB)
Collecting multidict==6.0.4
  Using cached multidict-6.0.4-cp310-cp310-win_amd64.whl (28 kB)
Collecting pathvalidate==3.1.0
  Using cached pathvalidate-3.1.0-py3-none-any.whl (21 kB)
Collecting progress==1.6
  Using cached progress-1.6.tar.gz (7.8 kB)
  Preparing metadata (setup.py) ... done
Collecting pyathena==3.0.6
  Using cached pyathena-3.0.6-py3-none-any.whl (73 kB)
Collecting pycryptodome==3.18.0
  Using cached pycryptodome-3.18.0-cp35-abi3-win_amd64.whl (1.7 MB)
Collecting python-dateutil==2.8.2
  Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting s3fs==2023.6.0
  Using cached s3fs-2023.6.0-py3-none-any.whl (28 kB)
Collecting s3transfer==0.6.2
  Using cached s3transfer-0.6.2-py3-none-any.whl (79 kB)
Collecting six==1.16.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting sniffio==1.3.0
  Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting soupsieve==2.4.1
  Using cached soupsieve-2.4.1-py3-none-any.whl (36 kB)
Collecting starlette==0.31.0
  Using cached starlette-0.31.0-py3-none-any.whl (69 kB)
Collecting tenacity==8.2.3
  Using cached tenacity-8.2.3-py3-none-any.whl (24 kB)
Collecting typing_extensions==4.7.1
  Using cached typing_extensions-4.7.1-py3-none-any.whl (33 kB)
Collecting urllib3==1.26.16
  Using cached urllib3-1.26.16-py2.py3-none-any.whl (143 kB)
Collecting uvicorn==0.23.2
  Using cached uvicorn-0.23.2-py3-none-any.whl (59 kB)
Collecting websockets==11.0.3
  Using cached websockets-11.0.3-cp310-cp310-win_amd64.whl (124 kB)
Collecting wrapt==1.15.0
  Using cached wrapt-1.15.0-cp310-cp310-win_amd64.whl (36 kB)
Collecting yarl==1.9.2
  Using cached yarl-1.9.2-cp310-cp310-win_amd64.whl (61 kB)
Collecting pyinstaller==6.8.0
  Downloading pyinstaller-6.8.0-py3-none-win_amd64.whl (1.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 13.9 MB/s eta 0:00:00
Collecting img2pdf==0.5.1
  Using cached img2pdf-0.5.1.tar.gz (104 kB)
  Preparing metadata (setup.py) ... done
Collecting packaging>=22.0
  Using cached packaging-24.1-py3-none-any.whl (53 kB)
Collecting pyinstaller-hooks-contrib>=2024.6
  Downloading pyinstaller_hooks_contrib-2024.9-py3-none-any.whl (336 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 337.0/337.0 KB 21.8 MB/s eta 0:00:00
Collecting altgraph
  Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
Collecting pefile>=2022.5.30
  Downloading pefile-2024.8.26-py3-none-any.whl (74 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.8/74.8 KB ? eta 0:00:00
Requirement already satisfied: setuptools>=42.0.0 in c:\users\cosmi\pycharmprojects\lisa-test\lisa-fork\venv\lib\site-packages (from pyinstaller==6.8.0->-r ./requirements.txt (line 42)) (58.1.0)
Collecting pywin32-ctypes>=0.2.1
  Downloading pywin32_ctypes-0.2.3-py3-none-any.whl (30 kB)
Collecting Pillow
  Downloading pillow-11.0.0-cp310-cp310-win_amd64.whl (2.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.6/2.6 MB 13.6 MB/s eta 0:00:00
Collecting pikepdf
  Downloading pikepdf-9.3.0-cp310-cp310-win_amd64.whl (3.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 18.5 MB/s eta 0:00:00
Collecting lxml>=4.8
  Downloading lxml-5.3.0-cp310-cp310-win_amd64.whl (3.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 13.5 MB/s eta 0:00:00
Collecting Deprecated
  Using cached Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB)
Using legacy 'setup.py install' for progress, since package 'wheel' is not installed.
Using legacy 'setup.py install' for img2pdf, since package 'wheel' is not installed.
Installing collected packages: progress, altgraph, wrapt, websockets, urllib3, typing_extensions, tenacity, soupsieve, sniffio, six, pywin32-ctypes, pycryptodome, Pillow, pefile, pathvalidate, packaging, multidict, lxml, jmespat
h, iso8601, idna, h11, fsspec, frozenlist, exceptiongroup, colorama, charset-normalizer, certifi, attrs, async-timeout, aioitertools, yarl, python-dateutil, pyinstaller-hooks-contrib, m3u8, Deprecated, click, beautifulsoup4, anyio, aiosignal, uvicorn, starlette, pyinstaller, pikepdf, botocore, aiohttp, s3transfer, img2pdf, aiobotocore, s3fs, boto3, pyathena
  Running setup.py install for progress ... done
  Running setup.py install for img2pdf ... done
Successfully installed Deprecated-1.2.14 Pillow-11.0.0 aiobotocore-2.5.4 aiohttp-3.8.5 aioitertools-0.11.0 aiosignal-1.3.1 altgraph-0.17.4 anyio-3.7.1 async-timeout-4.0.3 attrs-23.1.0 beautifulsoup4-4.12.2 boto3-1.28.17 botocore
-1.31.17 certifi-2023.7.22 charset-normalizer-3.2.0 click-8.1.7 colorama-0.4.6 exceptiongroup-1.1.3 frozenlist-1.4.0 fsspec-2023.6.0 h11-0.14.0 idna-3.4 img2pdf-0.5.1 iso8601-2.0.0 jmespath-1.0.1 lxml-5.3.0 m3u8-3.5.0 multidict-
6.0.4 packaging-24.1 pathvalidate-3.1.0 pefile-2024.8.26 pikepdf-9.3.0 progress-1.6 pyathena-3.0.6 pycryptodome-3.18.0 pyinstaller-6.8.0 pyinstaller-hooks-contrib-2024.9 python-dateutil-2.8.2 pywin32-ctypes-0.2.3 s3fs-2023.6.0 s3transfer-0.6.2 six-1.16.0 sniffio-1.3.0 soupsieve-2.4.1 starlette-0.31.0 tenacity-8.2.3 typing_extensions-4.7.1 urllib3-1.26.16 uvicorn-0.23.2 websockets-11.0.3 wrapt-1.15.0 yarl-1.9.2
WARNING: You are using pip version 22.0.4; however, version 24.2 is available.
You should consider upgrading via the 'C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork\venv\Scripts\python.exe -m pip install --upgrade pip' command.
yarn build:python      
yarn run v1.22.22
$ node ./scripts/buildPythonServer
Python Server - Build Starting...

385 INFO: PyInstaller: 6.8.0, contrib hooks: 2024.9
385 INFO: Python: 3.10.4
394 INFO: Platform: Windows-10-10.0.22631-SP0
394 INFO: Python environment: C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork\venv
397 INFO: Removing temporary files and cleaning cache in C:\Users\cosmi\AppData\Local\pyinstaller
399 INFO: Module search paths (PYTHONPATH):
['C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\Scripts\\pyinstaller.exe',
 'C:\\Users\\cosmi\\AppData\\Local\\Programs\\Python\\Python310\\python310.zip',
 'C:\\Users\\cosmi\\AppData\\Local\\Programs\\Python\\Python310\\DLLs',
 'C:\\Users\\cosmi\\AppData\\Local\\Programs\\Python\\Python310\\lib',
 'C:\\Users\\cosmi\\AppData\\Local\\Programs\\Python\\Python310',
 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv',
 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages',
 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\backend',
 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test']
592 INFO: Appending 'binaries' from .spec
593 INFO: Appending 'datas' from .spec
594 INFO: checking Analysis
594 INFO: Building Analysis because Analysis-00.toc is non existent
594 INFO: Running Analysis Analysis-00.toc
594 INFO: Target bytecode optimization level: 0
594 INFO: Initializing module dependency graph...
597 INFO: Caching module graph hooks...
627 INFO: Analyzing base_library.zip ...
1261 INFO: Loading module hook 'hook-encodings.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
1715 INFO: Loading module hook 'hook-heapq.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
2681 INFO: Loading module hook 'hook-pickle.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
3692 INFO: Caching module dependency graph...
3820 INFO: Looking for Python shared library...
3872 INFO: Using Python shared library: C:\Users\cosmi\AppData\Local\Programs\Python\Python310\python310.dll
3872 INFO: Analyzing C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork\backend\LiSA.py
3942 INFO: Loading module hook 'hook-platform.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
4120 INFO: Loading module hook 'hook-multiprocessing.util.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
4290 INFO: Loading module hook 'hook-xml.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
5623 INFO: Loading module hook 'hook-charset_normalizer.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks'...
5969 INFO: Loading module hook 'hook-Crypto.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks'...
6803 INFO: Loading module hook 'hook-lxml.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks'...
7222 INFO: Loading module hook 'hook-lxml.etree.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks'...
7237 INFO: Loading module hook 'hook-sqlite3.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
7606 INFO: Loading module hook 'hook-anyio.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks'...
8461 INFO: Loading module hook 'hook-websockets.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks'...
9019 INFO: Loading module hook 'hook-PIL.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
9118 INFO: Loading module hook 'hook-PIL.Image.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
9539 INFO: Loading module hook 'hook-xml.etree.cElementTree.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
9565 INFO: Loading module hook 'hook-PIL.ImageFilter.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
9889 INFO: Loading module hook 'hook-packaging.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
10082 INFO: Processing pre-safe import module hook six.moves from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-six.moves.py'.
10333 INFO: Loading module hook 'hook-_tkinter.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
10439 INFO: Loading module hook 'hook-uvicorn.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks'...
11155 INFO: Loading module hook 'hook-difflib.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
11394 INFO: Processing module hooks...
11677 INFO: Loading module hook 'hook-sysconfig.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
11892 INFO: Loading module hook 'hook-lxml.isoschematron.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks'...
12030 INFO: Loading module hook 'hook-pkg_resources.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
13188 INFO: Loading module hook 'hook-PIL.SpiderImagePlugin.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
13234 INFO: Processing pre-safe import module hook win32com from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\pre_safe_import_module\\hook-win32com.py'.
13343 INFO: Processing pre-safe import module hook distutils from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks\\pre_safe_import_module\\hook-distutils.py'.
13345 INFO: Processing pre-find module path hook distutils from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-distutils.py'.
13348 INFO: Loading module hook 'hook-distutils.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
13361 INFO: Loading module hook 'hook-distutils.util.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
13658 INFO: Loading module hook 'hook-_tkinter.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
13659 INFO: checking Tree
13659 INFO: Building Tree because Tree-00.toc is non existent
13661 INFO: Building Tree Tree-00.toc
13710 INFO: checking Tree
13710 INFO: Building Tree because Tree-01.toc is non existent
13710 INFO: Building Tree Tree-01.toc
13718 INFO: checking Tree
13718 INFO: Building Tree because Tree-02.toc is non existent
13718 INFO: Building Tree Tree-02.toc
13720 INFO: Loading module hook 'hook-lxml.objectify.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\_pyinstaller_hooks_contrib\\stdhooks'...
13742 INFO: Performing binary vs. data reclassification (982 entries)
30443 INFO: Looking for ctypes DLLs
30456 INFO: Analyzing run-time hooks ...
30463 INFO: Including run-time hook 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_inspect.py'
30465 INFO: Including run-time hook 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth__tkinter.py'
30467 INFO: Including run-time hook 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgutil.py'
30470 INFO: Processing pre-find module path hook _pyi_rth_utils from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks\\pre_find_module_path\\hook-_pyi_rth_utils.py'.
30473 INFO: Loading module hook 'hook-_pyi_rth_utils.py' from 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks'...
30476 INFO: Including run-time hook 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_pkgres.py'
30479 INFO: Including run-time hook 'C:\\Users\\cosmi\\PycharmProjects\\lisa-test\\LiSA-fork\\venv\\lib\\site-packages\\PyInstaller\\hooks\\rthooks\\pyi_rth_multiprocessing.py'
30534 INFO: Looking for dynamic libraries
31719 INFO: Extra DLL search directories (AddDllDirectory): []
31719 INFO: Extra DLL search directories (PATH): []
39443 INFO: Warnings written to C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork\build\windows\warn-windows.txt
39564 INFO: Graph cross-reference written to C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork\build\windows\xref-windows.html
39634 INFO: checking PYZ
39634 INFO: Building PYZ because PYZ-00.toc is non existent
39635 INFO: Building PYZ (ZlibArchive) C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork\build\windows\PYZ-00.pyz
40711 INFO: Building PYZ (ZlibArchive) C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork\build\windows\PYZ-00.pyz completed successfully.
40812 INFO: checking PKG
40813 INFO: Building PKG because PKG-00.toc is non existent
40813 INFO: Building PKG (CArchive) LiSA.pkg
40834 INFO: Building PKG (CArchive) LiSA.pkg completed successfully.
40835 INFO: Bootloader C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork\venv\lib\site-packages\PyInstaller\bootloader\Windows-64bit-intel\run_d.exe
40835 INFO: checking EXE
40836 INFO: Building EXE because EXE-00.toc is non existent
40836 INFO: Building EXE from EXE-00.toc
40836 INFO: Copying bootloader EXE to C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork\build\windows\LiSA.exe
40911 INFO: Copying icon to EXE
40958 INFO: Copying 0 resources to EXE
40959 INFO: Embedding manifest in EXE
40994 INFO: Appending PKG archive to EXE
41004 INFO: Fixing EXE headers
41269 INFO: Building EXE from EXE-00.toc completed successfully.
41281 INFO: checking COLLECT
41281 INFO: Building COLLECT because COLLECT-00.toc is non existent
41281 INFO: Building COLLECT COLLECT-00.toc
42264 INFO: Building COLLECT COLLECT-00.toc completed successfully.
Removing: ./build
Removing: ./build/windows
Removing: ./build/windows/localpycs

Python Server - Build Completed

Directory: C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork\resources\lisa

Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
d-----        25-10-2024     13:23                _internal
-a----        25-10-2024     13:23        4716277 LiSA.exe

PS C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork> yarn make                                   
yarn run v1.22.22
$ electron-forge make
√ Checking your system
√ Loading configuration
√ Resolving make targets
  β€Ί Making for the following targets:
√ Running package command
  √ Preparing to package application
  √ Running packaging hooks
    √ Running generateAssets hook
    √ Running prePackage hook
      √ [plugin-vite] Building vite bundles
  √ Packaging application
    √ Packaging for x64 on win32 [11s]
  √ Running postPackage hook
√ Running preMake hook
√ Making distributables
  √ Making a zip distributable for win32/x64 [22s]
√ Running postMake hook
  β€Ί Artifacts available at: C:\Users\cosmi\PycharmProjects\lisa-test\LiSA-fork\out\make

The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
vite v5.4.1 building for production...
vite v5.4.1 building for production...
transforming (1) src\preload.ts
transforming (1) src\main.ts
vite v5.4.1 building for production...
βœ“ 1 modules transformed.
rendering chunks (1)...
transforming (1) index.html
computing gzip size (0)...
computing gzip size (1)...
.vite/build/preload.js  0.53 kB β”‚ gzip: 0.35 kB
βœ“ built in 172ms
βœ“ 4 modules transformed.
rendering chunks (1)...
computing gzip size (0)...
computing gzip size (1)...
.vite/build/main.js  2.92 kB β”‚ gzip: 1.35 kB
βœ“ built in 197ms
transforming (12) node_modules\@tanstack\react-query-devtools\build\modern\index.js
transforming (46) node_modules\@chakra-ui\media-query\dist\index.mjs
transforming (85) node_modules\@tanstack\react-query\build\modern\useSuspenseInfiniteQuery.js
transforming (109) node_modules\@chakra-ui\alert\dist\chunk-3KCBMPN5.mjs
transforming (187) node_modules\@chakra-ui\image\dist\chunk-QINAG4RG.mjs
transforming (253) node_modules\@chakra-ui\modal\dist\chunk-OFOVX77R.mjs
transforming (269) node_modules\@chakra-ui\layout\dist\chunk-46CXQZ4E.mjs
transforming (289) node_modules\@chakra-ui\layout\dist\chunk-Z6RXEUPO.mjs
transforming (359) node_modules\@chakra-ui\slider\dist\chunk-6KSEUUNN.mjs
transforming (377) node_modules\react-icons\io\index.mjs
transforming (396) node_modules\react-icons\ri\index.mjs
transforming (403) node_modules\@chakra-ui\toast\dist\chunk-3Y4YXCR2.mjs
transforming (477) node_modules\@chakra-ui\theme\dist\chunk-K3RH7Y2L.mjs
transforming (522) node_modules\@tanstack\query-core\build\modern\utils.js
transforming (547) node_modules\@chakra-ui\descendant\dist\index.mjs
transforming (558) node_modules\react-icons\lib\index.mjs
transforming (599) node_modules\@emotion\react\_isolated-hnrs\dist\emotion-react-_isolated-hnrs.browser.esm.js
transforming (622) node_modules\axios\lib\axios.js
transforming (647) node_modules\@chakra-ui\utils\dist\chunk-W5Y7LCVY.mjs
transforming (769) node_modules\global\document.js
transforming (792) node_modules\@babel\runtime\helpers\esm\setPrototypeOf.js
transforming (824) node_modules\@chakra-ui\theme-tools\dist\chunk-6IC2I3BY.mjs
βœ“ 1279 modules transformed.
rendering chunks (1)...
computing gzip size (0)...
computing gzip size (1)...
computing gzip size (2)...
computing gzip size (3)...
.vite/renderer/main_window/index.html                     0.91 kB β”‚ gzip:   0.52 kB
.vite/renderer/main_window/assets/index--8Xf47Be.css     41.93 kB β”‚ gzip:  10.94 kB
.vite/renderer/main_window/assets/index-C5NCdj1M.js   1,388.03 kB β”‚ gzip: 430.77 kB
βœ“ built in 18.87s
(node:12768) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)
Done in 57.69s.