Skip to content

Commit

Permalink
preview -> stable (#7)
Browse files Browse the repository at this point in the history
* preview -> stable
---------

Co-authored-by: w0 <[email protected]>
  • Loading branch information
lbux and w0 authored Nov 9, 2023
1 parent 45ad45a commit 14dbd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function global:au_GetLatest {

@{
Version = $latest_release.tag_name.trim('v')
URL32 = 'https://files.community/appinstallers/Files.preview.appinstaller'
URL32 = 'https://cdn.files.community/files/stable/Files.Package.appinstaller'
ReleaseNotes = $latest_release.html_url
}
}
Expand Down

0 comments on commit 14dbd82

Please sign in to comment.