Skip to content

Commit

Permalink
Change name to deep-memo
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Apr 19, 2024
1 parent c99df9c commit ddbec98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build-and-publish:
uses: ./.github/workflows/build-and-publish-reusable-workflow.yml
with:
app-name: deepmemo
app-name: deep-memo
install-electron-dependencies-command: cd electron && npm ci && git clone https://github.com/deep-foundation/deeplinks.git && cp deeplinks/imports/engine.ts ./src/engine.ts && npx rimraf -I deeplinks
secrets:
csc-key-password: ${{ secrets.CSC_KEY_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "deepmemo",
"name": "deep-memo",
"version": "0.0.1-dev.3",
"description": "Data-oriented operating space of associative data representation. Wellcome to the deep universe",
"homepage": "https://deep.foundation/",
Expand Down

0 comments on commit ddbec98

Please sign in to comment.