Skip to content

Commit

Permalink
Update apps.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
uffemcev authored Dec 28, 2024
1 parent 928b0c8 commit d39c55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Name = "office"
Tag = "system"
Code = {
iwr "https://github.com/farag2/Office/releases/latest/download/Office.zip" -Useb -OutFile ".\Office.zip"
iwr "https://github.com/farag2/Office/releases/latest/download/Officer.zip" -Useb -OutFile ".\Office.zip"
Expand-Archive -ErrorAction 0 -Force ".\Office.zip" ".\"
$dir = "$pwd\Office"
[xml]$Config = Get-Content -Path "$dir\Default.xml" -Encoding Default -Force
Expand Down

0 comments on commit d39c55a

Please sign in to comment.