Skip to content

Commit

Permalink
more clients were hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Apr 2, 2024
1 parent 448b656 commit df9e050
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server_manager/electron_app/build.action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [[ -z "${WEBPACK_MODE:-}" ]]; then
fi

# Build the Web App.
node client/src/build/run_action.mjs server_manager/web_app/build
node src/build/run_action.mjs server_manager/web_app/build

# Compile the Electron main process and preload to the app root folder.
# Since Node.js on Cygwin doesn't like absolute Unix-style paths,
Expand Down
2 changes: 1 addition & 1 deletion server_manager/electron_app/package.action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function main() {
*) ;;
esac
done
node client/src/build/run_action.mjs server_manager/electron_app/build --buildMode="${BUILD_MODE}" --versionName="${version_name}"
node src/build/run_action.mjs server_manager/electron_app/build --buildMode="${BUILD_MODE}" --versionName="${version_name}"
package_electron
finish_yaml_files "${staging_percentage}"
}
Expand Down
2 changes: 1 addition & 1 deletion server_manager/electron_app/start.action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

node client/src/build/run_action.mjs server_manager/electron_app/build "$@"
node src/build/run_action.mjs server_manager/electron_app/build "$@"

cd "${BUILD_DIR}/server_manager/electron_app/static"

Expand Down

0 comments on commit df9e050

Please sign in to comment.