Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit

Permalink
add: Millennium install file
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceEnergy committed Nov 19, 2024
1 parent a38d0a0 commit 219c4cb
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gui/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ ipcMain.on('start-installation', async (event, data) => {

if (data.millenniumInstall) {
sendLog('Starting Millennium installation...');
const powershellCommand = `start powershell.exe -ExecutionPolicy Bypass -File "${path.join(__dirname, 'src/assets/millennium.ps1')}"`;
const powershellCommand = `start powershell.exe -ExecutionPolicy Bypass -File "${path.join(__dirname, 'src/scripts/install.ps1')}"`;

try {
await new Promise((resolve, reject) => {
Expand Down
Loading

0 comments on commit 219c4cb

Please sign in to comment.