Changed app name

This commit is contained in:
Richard Osborne
2024-05-02 23:07:49 +02:00
parent 91fc18437b
commit c976a01a88
2 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
name: Build noodl-editor
name: Build Code Crusher
on:
# Allows you to run this workflow manually from the Actions tab
@@ -11,7 +11,7 @@ on:
# types: [created]
jobs:
build_noodl_editor:
build_code_crusher:
runs-on: ${{ matrix.os }}
strategy:
@@ -55,12 +55,12 @@ jobs:
- name: Install dependencies 🏗
run: npm install
- name: Build Noodl Viewer (build bundles and copy them to Noodl Editor)
- name: Build Code Crusher Viewer (build bundles and copy them to Code Crusher Editor)
run: npm run build:editor:_viewer
env:
WORKSPACE_PATH: .
- name: Build Noodl Editor (build bundles etc and signing)
- name: Build Code Crusher Editor (build bundles etc and signing)
run: npm run build:editor:_editor
env:
WORKSPACE_PATH: .
@@ -72,6 +72,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: noodl-editor-${{ matrix.platform }}-${{ github.head_ref }}-${{ github.sha }}
name: code-crusher-${{ matrix.platform }}-${{ github.head_ref }}-${{ github.sha }}
path: publish
retention-days: "12"

View File

@@ -1,10 +1,10 @@
{
"name": "noodl-editor",
"productName": "OpenNoodl Editor",
"name": "code-crusher-editor",
"productName": "Code Crusher",
"description": "Full stack low code React app builder",
"author": "The Low Code Foundation",
"homepage": "https://thelowcodefoundation.com",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/main/main.js",
"scripts": {
"build": "npx ts-node -P ./tsconfig.build.json ./scripts/build.ts",