mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(routing): avoid nested hashes in shared links (#1185)
This commit is contained in:
@@ -5,7 +5,7 @@ import { copyPath, createTempWorkspace, findFirstMatchingPath, logStep, repoRoot
|
||||
|
||||
const OLD_VERSION = '0.7.1';
|
||||
const NEW_VERSION = '0.7.3';
|
||||
const SETTINGS_HASH = '#/all/settings#interface-settings';
|
||||
const SETTINGS_HASH = '#/all/settings?section=interface-settings';
|
||||
const MAC_ARCH = process.arch === 'x64' ? 'x64' : 'arm64';
|
||||
|
||||
const findPackagedMacApp = async () => {
|
||||
|
||||
Reference in New Issue
Block a user