Skip to content

Commit

Permalink
Prettified Code
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentmoheshwar authored and github-actions[bot] committed Jan 29, 2025
1 parent 993c7d3 commit a13763e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def fKeySender():
def titusWinutil():
os.system('sudo powershell -Command "irm https://christitus.com/win | iex"')


@eel.expose
def dotnetInstaller():
os.system('sudo cmd.exe /c "scripts\\dotnet.bat"')
Expand Down
4 changes: 3 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ <h2>Settings and Utilities:</h2>
>
Open Chris Titus Tech's Windows Utility
</button>
<button onclick="eel.dotnetInstaller()">Install .NET Framework 3.5</button>
<button onclick="eel.dotnetInstaller()">
Install .NET Framework 3.5
</button>
</section>

<section>
Expand Down

0 comments on commit a13763e

Please sign in to comment.