File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,11 @@ if [ -d "$REPO_ROOT/explorer" ]; then
5656 cp -R " $REPO_ROOT /explorer" " $APP_DIR /explorer"
5757fi
5858
59+ # Copy transition message blobs (authority-signed V36 upgrade signal)
60+ if [ -d " $REPO_ROOT /transition_messages" ]; then
61+ cp -R " $REPO_ROOT /transition_messages" " $APP_DIR /transition_messages"
62+ fi
63+
5964# Copy start script
6065if [ -f " $REPO_ROOT /start.sh" ]; then
6166 cp " $REPO_ROOT /start.sh" " $APP_DIR /start.sh"
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ Source: "{#PACKAGE_DIR}\explorer\*"; DestDir: "{app}\explorer"; Flags: ignorever
5555Source : " {#PACKAGE_DIR}\config\*" ; DestDir : " {app} \config" ; Flags : ignoreversion recursesubdirs createallsubdirs
5656; Start script
5757Source : " {#PACKAGE_DIR}\start.bat" ; DestDir : " {app} " ; Flags : ignoreversion
58+ ; Transition message blobs (authority-signed V36 upgrade signal)
59+ Source : " {#PACKAGE_DIR}\transition_messages\*" ; DestDir : " {app} \transition_messages" ; Flags : ignoreversion recursesubdirs createallsubdirs skipifsourcedoesntexist
5860; VC++ Redistributable (installed silently, deleted after)
5961Source : " {#VCREDIST_PATH}" ; DestDir : " {tmp} " ; Flags : deleteafterinstall
6062
You can’t perform that action at this time.
0 commit comments