Skip to content

Commit 96d698e

Browse files
authored
Merge pull request #1733 from session-foundation/chore/update_signer
chore: update electron-builder and signer publisherName
2 parents 956e671 + d1a7df4 commit 96d698e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"win": {
253253
"asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries",
254254
"signtoolOptions": {
255-
"publisherName": "Oxen Labs"
255+
"publisherName": "Session Technology Stiftung"
256256
},
257257
"verifyUpdateCodeSignature": false,
258258
"icon": "build/icon.ico",

ts/components/conversation/composition/CompositionBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import styled from 'styled-components';
66
import { AbortController } from 'abort-controller';
77

88
import autoBind from 'auto-bind';
9-
import { Component, createRef, RefObject, KeyboardEvent, type JSX } from 'react';
9+
import { Component, createRef, RefObject, KeyboardEvent } from 'react';
1010
import { FrequentlyUsed } from 'emoji-mart';
1111
import * as MIME from '../../../types/MIME';
1212
import { SessionEmojiPanel, StyledEmojiPanel } from '../SessionEmojiPanel';

ts/session/utils/job_runners/JobRunner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ export class PersistedJobRunner<T extends TypeOfPersistedData> {
335335
window.log.info(
336336
`${jobToLogId(this.jobRunnerType, nextJob)}:${
337337
nextJob.persistedData.currentRetry
338-
} permament failure for job`
338+
} permanent failure for job`
339339
);
340340
} else {
341341
window.log.info(

0 commit comments

Comments
 (0)