Skip to content

Commit

Permalink
Merge pull request #241 from OverLordGoldDragon/enote
Browse files Browse the repository at this point in the history
`builder.py`: Add note on Electron versions
  • Loading branch information
rooklift authored Aug 21, 2023
2 parents 90a7db3 + 8f9f20f commit 004e66b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/scripts/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
# Obtain the appropriate Electron asset named above, from https://github.com/electron/electron/releases
# Create a folder at scripts/electron_zipped and place the Electron asset in it
# Run ./builder.py
#
# Note: later Electron versions work also, but with a couple minor glitches:
# https://github.com/rooklift/nibbler/issues/140

os.chdir(os.path.dirname(os.path.realpath(__file__))) # Ensure we're in builder.py's directory.
os.chdir("..") # Then come up one level.
Expand Down

0 comments on commit 004e66b

Please sign in to comment.