You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# @TODO Consolidates the process to amd64 if the issue of electron-builder is resolved
93
93
sudo apt-get -y install ruby ruby-dev
94
-
# ERROR: Error installing fpm:
95
-
# The last version of dotenv (>= 0) to support your Ruby & RubyGems was 2.8.1. Try installing it with `gem install dotenv -v 2.8.1` and then running the current command again
96
-
# dotenv requires Ruby version >= 3.0. The current ruby version is 2.7.0.0.
97
-
# @TODO Once ruby 3.0 can be installed on `apt install ruby`, installing dotenv below should be removed.
98
-
sudo gem install dotenv -v 2.8.1
99
94
sudo gem install fpm
100
95
echo USE_SYSTEM_FPM=true "${NPM_PATH}/electron-builder" build --linux deb --arm64 \
0 commit comments