We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc3858 commit 44fba1fCopy full SHA for 44fba1f
uploadrefs
@@ -28,3 +28,9 @@ fi
28
# gpg will prompt before overwriting, which is not desirable here.
29
rm -f "$seedrefsPath.gpg"
30
gpg -o "$seedrefsPath.gpg" --sign "$seedrefsPath" || exit
31
+
32
+# update the installer seedrefs
33
+for i in wininstaller-innosetup/install_node/seednodes.fref wininstaller/res/install_node/seednodes.fref java_installer/offline/seednodes.fref java_installer/bin/seednodes.fref; do
34
+ cp "$seedrefsPath" $HOME/$i
35
+ (cd $(dirname $HOME/$i); git diff --name-only $HOME/$i | grep . && echo seednodes were updated in $HOME/$i - Please commit.; cd -)
36
+done
0 commit comments