Skip to content

ilikeyi/LXPs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUICK DOWNLOAD GUIDE

Open "Terminal" or "PowerShell ISE" as an administrator, paste the following command line into the "Terminal" dialog box, and press Enter to start running;


Open "Terminal" or "PowerShell ISE" as an administrator, set PowerShell execution policy: Bypass, PS command line:

Set-ExecutionPolicy -ExecutionPolicy Bypass -Force

a) Prioritize downloading from Github node

irm https://github.com/ilikeyi/LXPs/raw/main/get.ps1 | iex

b) Prioritize downloading from Yi node

irm https://fengyi.tel/lxps | iex

When it cannot be downloaded, it will be automatically downloaded from other nodes and run automatically after the download is completed.


Available languages


Windows Local Language Experience Packs (LXPs) Downloader

Main functions: 

    1. Support online upgrade, please understand "how to customize the creation of upgrade package";
    2. Support hot refresh, hot loading, modify the code, press R on the main interface to complete;
    3. Customizable selection of local language experience packs (LXPs) to be downloaded;
    4. How to custom create an upgrade package
    4.1. If you continue to use the current version, please skip the modification, for example, the current version number: 1.0.0.0, create a new version number: 2.0.0.0, Open LXPs\Modules\LXPs.psd1, and modify ModuleVersion to: 2.0.0.0
    4.2. Modify the Modules\1.0.0.0 directory to 2.0.0.0; Note: 1.0.0.0 Please change it according to the version number.
    4.3. Re-specify the upgrade server and modify the URL connection:
    Open it: Modules\1.0.0.0\Functions\Base\Update\LXPs.Update.psm1, Change:
    c.1 To modify the minimum required version number: $Global:ChkLocalver, If the glide upgrade is supported starting at 1.0.0.0, if the script requires a minimum of 2.0.0.0, change to 2.0.0.0;
    c.2 To reassign the update server: $PreServerList

    4.4. running: .\_Create.Upgrade.Package.ps1

    5. When downloading:
    a. Downloadable in full;
    b. When downloading, you can filter by version number, and when the download is complete, you can automatically: Rename by rule, Create a License .xml Certificate;
    6. Generate report, generate content: file name, language, language description, minimum version number, highest test version, etc.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Yi - https://fengyi.tel - 775159955@qq.com

Project Link: https://github.com/ilikeyi/LXPs

About

Windows Local Language Experience Packs (LXPs) Downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published