hearmeneigh / fchat-rising

A heavily modded F-Chat 3.0 client for F-List
https://hearmeneigh.github.io/fchat-rising/
MIT License
41 stars 20 forks source link

Unable to build (yarn: no scenarios) #472

Closed CalAlaera closed 1 month ago

CalAlaera commented 1 month ago

Attempting to build v1.27.3 for Linux to help out gives the following result:

cal@Felis3:~/fchat-rising/electron$ ./release-scripts/linux.sh 1.27.3
+ '[' -z 1.27.3 ']'
+ RELEASE_VERSION=1.27.3
+ RELEASE_PATH=/home/cal/fchat-rising-dist/1.27.3
+ DIST_PATH=/home/cal/fchat-rising/electron/dist/downloaded
+ cd /home/cal/fchat-rising
+ git checkout master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
+ git pull
Already up-to-date.
+ yarn
00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one.

I've never used Electron or Yarn before, anyone have any ideas please?

CalAlaera commented 1 month ago

Never mind, I had the wrong yarn, fixed it. My fault.