github.com/polarismesh/polaris@v1.17.8/release/standalone/windows/install.bat (about)

     1  @echo off
     2  
     3  rem Tencent is pleased to support the open source community by making Polaris available.
     4  rem Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved.
     5  rem Licensed under the BSD 3-Clause License (the "License");
     6  rem you may not use this file except in compliance with the License.
     7  rem You may obtain a copy of the License at
     8  rem
     9  rem https://opensource.org/licenses/BSD-3-Clause
    10  rem
    11  rem Unless required by applicable law or agreed to in writing, software distributed
    12  rem under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
    13  rem CONDITIONS OF ANY KIND, either express or implied. See the License for the
    14  rem specific language governing permissions and limitations under the License.
    15  
    16  setlocal
    17  set "CURRENT_DIR=%cd%"
    18  rem powershell -c "Set-ExecutionPolicy RemoteSigned"
    19  echo allowed to use powershell
    20  powershell -File %CURRENT_DIR%\install-windows.ps1
    21  endlocal
    22  
    23  pause