mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
Fix manifest in prod.
TODO: add nightly manifest back
This commit is contained in:
parent
7bb7795f83
commit
aa4f65f12a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ function getVersion() {
|
|||
}
|
||||
|
||||
const branch = getGitBranch();
|
||||
const isNightly = branch !== 'production';
|
||||
const isNightly = false;//branch !== 'production';
|
||||
const iconPrefix = isNightly ? 'nightly-' : '';
|
||||
|
||||
export default defineConfig({
|
||||
|
|
Loading…
Reference in a new issue