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?
Attempting to build v1.27.3 for Linux to help out gives the following result:
I've never used Electron or Yarn before, anyone have any ideas please?