This is an automated email from the ASF dual-hosted git repository. erisu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-android.git
The following commit(s) were added to refs/heads/master by this push: new 7a47fe01 feat!: remove unused getASPath.bat file (#1808) 7a47fe01 is described below commit 7a47fe01dc0bedf59865c6cb33720e932fb14b73 Author: エリス <er...@users.noreply.github.com> AuthorDate: Mon Jun 16 13:13:39 2025 +0900 feat!: remove unused getASPath.bat file (#1808) --- lib/getASPath.bat | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/lib/getASPath.bat b/lib/getASPath.bat deleted file mode 100644 index 4712b0ed..00000000 --- a/lib/getASPath.bat +++ /dev/null @@ -1,20 +0,0 @@ -:: Licensed to the Apache Software Foundation (ASF) under one -:: or more contributor license agreements. See the NOTICE file -:: distributed with this work for additional information -:: regarding copyright ownership. The ASF licenses this file -:: to you under the Apache License, Version 2.0 (the -:: "License"); you may not use this file except in compliance -:: with the License. You may obtain a copy of the License at -:: -:: http://www.apache.org/licenses/LICENSE-2.0 -:: -:: Unless required by applicable law or agreed to in writing, -:: software distributed under the License is distributed on an -:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -:: KIND, either express or implied. See the License for the -:: specific language governing permissions and limitations -:: under the License. - -@ECHO OFF -for /f "tokens=2*" %%a in ('REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Android Studio" /v Path') do set "ASPath=%%~b" -ECHO %ASPath% \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org