Skip to content

Commit

Permalink
Update Install_Menu_Icons.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 authored Aug 29, 2023
1 parent ebec42c commit fb12adc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Install_Menu_Icons.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://github.com/QNetITQ/WaveFox

# Getting profile name
$String = (Get-Content -Path "$env:APPDATA\Mozilla\Firefox\installs.ini" | Select-String -Pattern "^\s*Default\s*=\s*.+" | ConvertFrom-StringData).Default
$ProfileName = Split-Path -Path $String -Leaf
Expand Down

0 comments on commit fb12adc

Please sign in to comment.