chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

(#100) Update .transifexrc format #101

Closed vexx32 closed 1 year ago

vexx32 commented 1 year ago

Description Of Changes

Motivation and Context

The format of this file has changed with the new CLI and the deprecation of the older CLI tool, so we need to update this in order to work with the newer tool.

Testing

Tested with the ChocolateyGUI build by copying the changed lines into the recipe file locally, and then commenting out line 53 so I could force the step to run locally. Previously there was an error that no hostname/token was provided; now the error was that I was using an API token with incorrect auth, so it accepted the new hostname and token, I just didn't have the auth personally to do anything with uploading files.

Operating Systems Testing

Win11

Change Types Made

Change Checklist

Related Issue

Fixes #100

gep13 commented 1 year ago

@vexx32 thanks for getting this fixed up!