1
0
Fork 0

fix(new-design): Make sure new design downloads from correct tag

This commit is contained in:
joostdecock 2023-05-19 17:24:22 +02:00
parent 782d5016b9
commit 35fe9432b3
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ export const config = {
// Repository to download from
repo: process.env.FS_REPO || 'freesewing/freesewing',
// Branch to download from
branch: process.env.FS_BRANCH || version,
branch: process.env.FS_BRANCH || `v${version}`,
i18n: [
'account',
'common',