Skip to content

Commit

Permalink
Update app naming from com.sample.synectic to io.github.EPICLab.synec…
Browse files Browse the repository at this point in the history
…tic for proper Conveyor packaging
  • Loading branch information
nelsonni committed Sep 29, 2023
1 parent 15299f9 commit 1e6bbb5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conveyor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ package-json {

// Config file documentation: https://conveyor.hydraulic.dev/latest/configs
app {
display-name = "Synectic Conveyor"
rdns-name = com.example.synectic-conveyor
display-name = "Synectic"
rdns-name = io.github.EPICLab.synectic
site.base-url = "localhost:3000"
electron.version = ${package-json.devDependencies.electron}
inputs = ${app.inputs} [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "synectic-conveyor",
"name": "synectic",
"productName": "Synectic",
"version": "0.0.1",
"description": "Research IDE for examining context-centric, problem-solving in development tools.",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3640,9 +3640,9 @@ __metadata:
languageName: node
linkType: hard

"synectic-conveyor@workspace:.":
"synectic@workspace:.":
version: 0.0.0-use.local
resolution: "synectic-conveyor@workspace:."
resolution: "synectic@workspace:."
dependencies:
"@dnd-kit/core": ^6.0.8
"@dnd-kit/modifiers": ^6.0.1
Expand Down

0 comments on commit 1e6bbb5

Please sign in to comment.