mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: increasing version
This commit is contained in:
parent
46a946265c
commit
d84b3324fb
3 changed files with 5 additions and 3 deletions
|
|
@ -35,12 +35,14 @@ export interface TorrentUpdate {
|
|||
bytesDownloaded: number;
|
||||
}
|
||||
|
||||
export const BITTORRENT_PORT = "5881";
|
||||
|
||||
export class TorrentClient {
|
||||
public static startTorrentClient(
|
||||
writePipePath: string,
|
||||
readPipePath: string
|
||||
) {
|
||||
const commonArgs = ["6881", writePipePath, readPipePath];
|
||||
const commonArgs = [BITTORRENT_PORT, writePipePath, readPipePath];
|
||||
|
||||
if (app.isPackaged) {
|
||||
const binaryName = binaryNameByPlatform[process.platform];
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ import { ShopDetails } from "@types";
|
|||
import { getSteamLanguage, steamUrlBuilder } from "@renderer/helpers";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
const FEATURED_GAME_ID = "1144200";
|
||||
const FEATURED_GAME_ID = "1245620";
|
||||
|
||||
export function Hero() {
|
||||
const [featuredGameDetails, setFeaturedGameDetails] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue