Skip to content

Commit

Permalink
Updated dedicated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jul 25, 2024
1 parent a742ecf commit 89f633e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/dedicated/FikaDedicatedProfileService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class FikaDedicatedProfileService {

const scriptName = `Start_${profile.info.username}.bat`;
const scriptPath = path.join(targetFolderPath, scriptName);
const scriptContent = `EscapeFromTarkov.exe -token=${profile.info.id} -config={"BackendUrl":"${backendUrl}","Version":"live"} -batchmode -nographics --enable-console true`;
const scriptContent = `start "" EscapeFromTarkov.exe -token=${profile.info.id} -config={"BackendUrl":"${backendUrl}","Version":"live"} -batchmode -nographics --enable-console true`;

try {
if(!fs.existsSync(targetFolderPath)) {
Expand Down

0 comments on commit 89f633e

Please sign in to comment.