Skip to content

Commit

Permalink
chore: Update s3 store path (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox authored Jan 20, 2025
1 parent fced281 commit 043148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-store-builder.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config = {
bucket: process.env.AWS_S3_BUCKET,
endpoint: process.env.AWS_ENDPOINT_URL,
region: process.env.AWS_DEFAULT_REGION,
path: `/launcher/${process.env.PROVIDER}/releases/${process.env.RELEASE_TAG}/`,
path: `/launcher/${process.env.PROVIDER}/`,
},
],
};
Expand Down

0 comments on commit 043148b

Please sign in to comment.