Skip to content

Press F to pay respects for the time spent on this app. FFFFFFFFFFFFFFF

License

Notifications You must be signed in to change notification settings

krystof1119/press-f-to-pay-respects

Repository files navigation

press-f-to-pay-respects

Press F for the time spent on this app.
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF (No, intelliJ, this is not a typo.)

My first ever Electron app. Big F.

What it does
It presses F. That's its purpose. You set the F quantity and quality and it presses F. That's literally it.

Collection
Just clone the repo, actually.

Preparation for building
Install dependencies for getting robotjs. For me, it meant installing windows-build-tools and node-gyp globally. Following instructions on https://github.com/octalmage/robotjs#building
Run yarn or an npm equivalent (but there is only a yarn lockfile).
This used to require Java. It no longer does.

Running the code
Use yarn start or electron-forge start. The first one just uses the second one.

Building
You must be on the platform you wish to build for. Then execute electron-forge make --arch=INSERT_YOUR_ARCHITECTURE_HERE, where the arch may be ia32 or x64. Electron-forge provides support for ARM, but I won't help you with it.