This repository was archived by the owner on May 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ I made a batch script that updates Arc Browser on Windows 10 that was only suppo
44# Here's what does the script does step by step
55* 1- Copies the settings and cookies from old Arc installation to a temporary location.
66* 2- Removes the outdated Arc Browser.
7- * 3- Asks user for an file link(msix).
7+ * 3- Asks user for an file link(msix).[ Only in V1 ]
88* 4- Extracts the file to a temporary location.
99* 5- Changes the MinVersion variable to '10.0.19041.3636' which is Windows 10 21H2.
1010* 6- Renames the temporary folder to 'Arc' and copies to 'C:\Program Files\' .
1111* 7- Registers the app using ` Add-AppxPackage ` .
1212* 8- Copies the backup from the temporary location to its original place.
1313* 9- Cleans the temporary files.
1414* 10- Timeouts 10 seconds to prevent any bugs then quit.
15- # How to get the MSIX file
15+ # How to get the MSIX file [ Only in V1 ]
1616I made a short video about how to get the .msix file. You have to repeat this step every time Arc gets an update.
1717https://www.youtube.com/watch?v=cqVhn-iFy-4
You can’t perform that action at this time.
0 commit comments