-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New package: Zwylair.BetterDiscordAutoInstaller version 1.3.0 #216722
base: master
Are you sure you want to change the base?
New package: Zwylair.BetterDiscordAutoInstaller version 1.3.0 #216722
Conversation
/AzurePipelines run |
…l to Zwylair.BetterDiscordAutoInstaller.locale.en.yaml Changed name of file to correspond with locale.
/AzurePipelines run |
Removed experimental "Channel" field
/AzurePipelines run |
/AzurePipelines run |
[Policy] Zip Binary |
Added `ArchiveBinariesDependOnPath` field
/AzurePipelines run |
Automatic Validation ended with: (Automated response - build 965.) |
Manual Validation ended with:
(Automated response - build 977.) Edit: This error means that another |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This error means that another
InstallerType
is needed. More specifically, this appears to be anEXE
nested inside aZIP
. Changing the filename back toBetterDiscordAutoInstaller-v1.3.0.zip
allowed me to unzip it:
Inside the inner folder are theEXE
s:
- I'm not sure that this will work, and I'm not sure if this is the correct way to do it. I'm using our schema for guidance.
- Which
EXE
is the main one for this application? I believe it should be listed in theRelativeFilePath
.
PackageVersion: 1.3.0 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerType: portable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
InstallerType: portable | |
InstallerType: zip | |
NestedInstallerType: portable | |
NestedInstallerFiles: | |
- RelativeFilePath: "BetterDiscordAutoInstaller v1.3.0\\main.exe" | |
# PortableCommandAlias: |
I'm not sure that this will work, due to the spaces in the RelativeFilePath
. I believe spaces might not be allowed there.
Hello @ForeverFloating, The package manager bot determined changes have been requested to your PR. Template: msftbot/changesRequested |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
PackageIdentifier: Zwylair.BetterDiscordAutoInstaller | ||
PackageVersion: 1.3.0 | ||
Installers: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Installers: | |
Dependencies: | |
PackageDependencies: | |
- PackageIdentifier: Microsoft.VCRedist.2015+.x64 | |
Installers: |
Pull request has been created with komac v2.9.0 🚀
Microsoft Reviewers: Open in CodeFlow