Open Weirdo1312 opened 4 years ago
@barfin is this a duplicate of #3680?
@barfin is this a duplicate of #3680?
No, Android SDK platform tools are "adb" and "fastboot" command line tools for interacting with android phones with usb debugging enabled like flashing some rom or recovery or rebooting into a specific img or and other good stuff it's not for making android apps like android studio is
Package Requested
Manifest:
Fill out as much of the manifest as you can:
Id: string # publisher.package format Publisher: Google # the name of the publisher Name: Android SDK Platform-Tools # the name of the application Version: 30.0.4 # version numbering format License: developer.android.com/license # the open source license or copyright InstallerType: exe (standalone, no installer) # enumeration of supported installer types (exe, msi, msix, inno, wix, nullsoft, appx) Installers: - Arch: string # enumeration of supported architectures Url: https://dl.google.com/android/repository/platform-tools_r30.0.4-windows.zip # path to download installation file Sha256: string # SHA256 calculated from installer # ManifestVersion: 0.1.0
The installer type is not exe. It is actually a zip which needs to be extracted and added to the PATH environment variable. Till winget gets zip install support, I don't think we can get Android platform tools being packaged here.
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.
@denelon please remove "Needs feedback" tag
This should have the label ".zip" and "Blocking-Issue"
Shouldn't it be https://github.com/microsoft/winget-cli/issues/140? (it's not an installer inside)
We will have support for a portable app:
first, then we will implement:
which will include:
We will have support for a portable app:
first, then we will implement:
which will include:
These seem to be implemented, is this unblocked now?
cc @Trenly
We will have support for a portable app:
first, then we will implement:
which will include:
These seem to be implemented, is this unblocked now?
Not exactly. They have been implemented, but not yet released. I can create the manifest for it, but it won’t be able to be merged until the Winget Client version 1.4 is released to stable and about 50% of users have updated to the new version
Could it be implemented now?
Based on the discussion in the linked PR, this is a Zipped binary file and not just a portable EXE. Because of the way symlinks work, this is now blocked by https://github.com/microsoft/winget-cli/issues/2711
cc @denelon for labeling with Zipped Binary
Package Requested
Manifest:
Fill out as much of the manifest as you can: