Skip to content

Latest commit

 

History

History
executable file
·
36 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

executable file
·
36 lines (24 loc) · 1.2 KB

Overview

This CLI (Command Line Interface) tool contains several commands with the following functionalities:

How to Download

  • Please download the latest version from releases.
  • It is compatible with macOS, Windows, and Linux, so please choose the one that matches your OS.
  • For macOS users, you need to allow the app to run in the privacy settings.
  • Please grant execution permission from console like this chmod +x oasfi-macos

For Developers

Creating Executable Files

  • Please use node version 18
nvm use 18
git clone https://github.com/oasysgames/oasfi.git
cd oasfi
npm i
npm i -g pkg
npm run compile
  • Executing the above commands will generate executable files locally.

Caution

  • If you run it during a reorganization, it may freeze. Therefore, it's advisable to wait for some time and then re-execute the commands, which should then work without any issues.