File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 122122 mkdir -p "$CARDANO_WALLET_TLS_PATH"
123123 regenerate-dev-certs >/dev/null
124124
125+ sed -r "s/'127\.0\.0\.1'/undefined/g" -i node_modules/cardano-launcher/dist/src/cardanoNode.js
126+
125127 echo
126128 echo 'Now, run ‘yarn dev’.'
127129 '' ;
Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ in rec {
137137 patchShebangs .
138138 sed -r 's#.*patchElectronRebuild.*#${ common . patchElectronRebuild } /bin/*#' -i scripts/rebuild-native-modules.sh
139139
140+ sed -r "s/'127\.0\.0\.1'/undefined/g" -i node_modules/cardano-launcher/dist/src/cardanoNode.js
141+
140142 export DEVX_FIXME_DONT_YARN_INSTALL=1
141143 (
142144 cd installers/
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ in rec {
117117 sed -r 's#.*patchElectronRebuild.*#${ common . patchElectronRebuild } /bin/*#' -i scripts/rebuild-native-modules.sh
118118 yarn build:electron
119119
120+ sed -r "s/'127\.0\.0\.1'/undefined/g" -i node_modules/cardano-launcher/dist/src/cardanoNode.js
121+
120122 yarn run package -- --name ${ lib . escapeShellArg common . launcherConfigs . ${ cluster } . installerConfig . spacedName }
121123 '' ;
122124 installPhase = ''
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ in rec {
8686 mkdir -p installers/icons/${ cluster } /${ cluster }
8787 cp ${ windowsIcons . ${ cluster } } /${ cluster } /* installers/icons/${ cluster } /${ cluster } /
8888
89+ sed -r "s/'127\.0\.0\.1'/undefined/g" -i node_modules/cardano-launcher/dist/src/cardanoNode.js
90+
8991 export DEBUG=electron-packager
9092 yarn --verbose --offline package --win64 --dir $(pwd) --icon installers/icons/${ cluster } /${ cluster }
9193 '' ;
You can’t perform that action at this time.
0 commit comments