Skip to content

Commit d421a73

Browse files
committed
chore: change submodule of libsession-util to foundation's
1 parent 3134efa commit d421a73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "libsession-util"]
22
path = libsession-util
3-
url = https://github.com/oxen-io/libsession-util.git
3+
url = https://github.com/session-foundation/libsession-util.git

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Clone this project to somewhere **not** part of `session-desktop` node_modules:
1616

1717
```
1818
cd [FOLDER_NOT_IN_SESSION_DESKTOP]
19-
git clone --recursive [email protected]:oxen-io/libsession-util-nodejs.git
19+
git clone --recursive [email protected]:session-foundation/libsession-util-nodejs.git
2020
```
2121

2222
Always do your changes in `[FOLDER_NOT_IN_SESSION_DESKTOP]/libsession-util-nodejs`, never in the one under session-desktop's `node_modules` as you might override your local changes.
@@ -31,7 +31,7 @@ Replace `[SESSION_DESKTOP_PATH]` with the full path to your `session-desktop` fo
3131

3232
Every part of this command is needed and might need to be updated using your paths. Also, the `worker:libsession` needs to be recompiled too to include the just created .node file in itself. This is done by the `yarn build:workers` command.
3333

34-
Note: The `electron` property in the `config` object will need to be updated in the `package.json` every time we update `electron` package in [session-desktop](https://github.com/oxen-io/session-desktop/) so that the versions match. It is a node version, but not part of the official node docs. If you compiled the node module for an incorrect electron/node version you will get an error on `session-desktop` start.
34+
Note: The `electron` property in the `config` object will need to be updated in the `package.json` every time we update `electron` package in [session-desktop](https://github.com/session-foundation/session-desktop/) so that the versions match. It is a node version, but not part of the official node docs. If you compiled the node module for an incorrect electron/node version you will get an error on `session-desktop` start.
3535

3636
### Making a Release and updating Session-desktop
3737

@@ -71,7 +71,7 @@ Once this is done, update the dependency on `session-desktop`.
7171
Make sure to remove the existing one first (with the include `yarn remove` below) as you might have messed up your `node_modules` doing the dev instructions.
7272

7373
```
74-
yarn remove libsession_util_nodejs && yarn add https://github.com/oxen-io/libsession-util-nodejs/releases/download/v0.1.15/libsession_util_nodejs-v0.1.15.tar.gz
74+
yarn remove libsession_util_nodejs && yarn add https://github.com/session-foundation/libsession-util-nodejs/releases/download/v0.1.15/libsession_util_nodejs-v0.1.15.tar.gz
7575
```
7676

7777
Keep in mind that you need to update the two version numbers (e.g. `0.1.15`) to the just created release version of this project.

libsession-util

0 commit comments

Comments
 (0)