Open zessx opened 8 years ago
Same on Mac
edit: dropbox dl works, github dl does not
@zessx I can't support Windows at the moment, but if you try building the project, I think you'll get a working version.
@janyksteenbeek are you sure ? I'm using it and it works. could you download the latest version please ?
@azer The build provided in readme for windows version opens up fine but on the landing page:
when I type a url and hit Enter nothing happens.
@azer Yes, building from source works:
Note: the make
command isn't available by default in Windows you need to install MSYS2 from here, then export PATH=$PATH:"/path/to/node-dir/"
and run make win
@rahilwazir thanks so much. you can try parameters like "frame:false" to make the build frameless.
@azer Sorry but how can I pass the parameters? make
unable to process
@rahilwazir You don't need Make. You can run this command directly without make;
./node_modules/.bin/electron-packager . Kaktüs --out=dist/win32 --platform=win32 --arch=x64 --icon=kaktus.icns --ignore=dist --ignore=README.md --ignore=.gitignore
And you can edit the window parameters from window-manager.js
. That file creates and manages the windows.
@azer Thanks!
You don't need Make. You can run this command directly without make;
Can we update README for alternative build for Windows?
@rahilwazir yes we can, you can send a PR for updating the readme.
I wanted to try kaktus, so I simply download the Windows version, and launched the
.exe
. The search field does not work at all. Whatever I use a keyword (google
), or a full URL (https://github.com
), nothing happens.