Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 41fccce

Browse files
authored
Update README.md
1 parent 628ca06 commit 41fccce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
1616
I made a short video about how to get the .msix file. You have to repeat this step every time Arc gets an update.
1717
https://www.youtube.com/watch?v=cqVhn-iFy-4

0 commit comments

Comments
 (0)