Skip to content

Commit

Permalink
Update display and package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Asherda committed May 25, 2023
1 parent 6772f27 commit 9edd39e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ variables:
PIRATE_VERSION: 5.6.0
PIRATE_DOWNLOAD_URL: https://github.com/PirateNetwork/pirate/releases/download
BINARY_SOURCE: VerusCoin
VERUS_APPIMAGE_X64: Verus-Desktop-v${VERUS_VERSION}-x86_64.AppImage
VERUS_APPIMAGE_ARM64: Verus-Desktop-v${VERUS_VERSION}-arm64.AppImage
VERUS_WINDOWS_ZIP: Verus-Desktop-Windows-v${VERUS_VERSION}.zip
VERUS_WINDOWS_NSIS: Verus-Desktop-v${VERUS_VERSION}.exe
VERUS_MACOS: Verus-Desktop-v${VERUS_VERSION}.dmg
VERUS_APPIMAGE_X64: Verus-Desktop-Testnet-v${VERUS_VERSION}-x86_64.AppImage
VERUS_APPIMAGE_ARM64: Verus-Desktop-Testnet-v${VERUS_VERSION}-arm64.AppImage
VERUS_WINDOWS_ZIP: Verus-Desktop-Testnet-Windows-v${VERUS_VERSION}.zip
VERUS_WINDOWS_NSIS: Verus-Desktop-Testnet-v${VERUS_VERSION}.exe
VERUS_MACOS: Verus-Desktop-Testnet-v${VERUS_VERSION}.dmg
GIT_SUBMODULE_STRATEGY: recursive
POST_COMMENT: "Pipeline Trigger: ${CI_PIPELINE_SOURCE}\n
Branch: ${CI_COMMIT_REF_NAME}\n
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if (!hasLock) {
const { appConfig } = api;

const appBasicInfo = {
name: "Verus Desktop",
name: "Verus Desktop Testnet",
mode: "standard",
version: version.version,
};
Expand Down
4 changes: 2 additions & 2 deletions routes/preloads/plugin/preload-builtin.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ contextBridge.exposeInMainWorld("bridge", {
},
assetChainPorts,
appBasicInfo: {
name: "Verus Desktop",
name: "Verus Desktop Testnet",
mode: global.USB_MODE ? "usb" : "standard",
version: version.version,
},
Expand All @@ -46,4 +46,4 @@ ipcRenderer.on('ipc', (_, msg) => {
} catch (err) {
console.error(err);
}
});
});

0 comments on commit 9edd39e

Please sign in to comment.