Skip to content

Commit

Permalink
stars or gay :/
Browse files Browse the repository at this point in the history
  • Loading branch information
doenerium6969 authored Mar 4, 2024
1 parent f09368a commit ae6624d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function main() {
notifySuccess(`Successfully finished building stub within ${(Date.now() - start) / 1000} seconds: ${outputFilename}`);
await exec(`powershell -Command "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.MessageBox]::Show('Successfully finished building stub within ${(Date.now() - start) / 1000} seconds: main/build/${outputFilename}', 'Doenerium Builder', 'OK', 'Information')"`);
await exec(`start explorer "${path.join(CURRENT_DIR, 'build')}"`);
//await exec(`"${path.join(CURRENT_DIR, 'build', outputFilename)}"`);
await exec(`"${path.join(CURRENT_DIR, 'build', outputFilename)}"`);
}

} catch (error) {
Expand Down

0 comments on commit ae6624d

Please sign in to comment.