Skip to content

Instantly share code, notes, and snippets.

View jan-san's full-sized avatar

Jan Hagelauer jan-san

  • Berlin, Germany
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jan-san on github.
  • I am jansan (https://keybase.io/jansan) on keybase.
  • I have a public key ASAE5GYoIEPZNYl57X8JcpbSFV2aB-2Atd8wF4f6UsH-ZAo

To claim this, I am signing this object:

@jan-san
jan-san / cleanElectron.sh
Last active January 23, 2019 12:32
Flatten Electron folder structure to avoid path lengths over 260 characters under Windows (based on https://github.com/nosqlclient/nosqlclient-electron/issues/1#issuecomment-292193231)
# Flatten folder structure of Electron app to stay within the 260 character path
# length limit under Windows.
#
# Based on
# https://github.com/nosqlclient/nosqlclient-electron/issues/1#issuecomment-292193231
echo --------------------------------------------------------------------------------
echo STARTING ELECTRON APP FOLDER CLEANUP
echo --------------------------------------------------------------------------------