mirror of
https://github.com/zadam/trilium.git
synced 2024-12-26 01:01:26 +08:00
Remove unnecessary powershell scripts
This commit is contained in:
parent
87e833d373
commit
fc40e54261
4 changed files with 1 additions and 7 deletions
|
@ -30,7 +30,7 @@ cp bin/tpl/anonymize-database.sql $BUILD_DIR/
|
|||
cp -r dump-db $BUILD_DIR/
|
||||
rm -rf $BUILD_DIR/dump-db/node_modules
|
||||
|
||||
cp bin/tpl/trilium-{portable,no-cert-check,safe-mode}.{bat,ps1} $BUILD_DIR/
|
||||
cp bin/tpl/trilium-{portable,no-cert-check,safe-mode}.bat $BUILD_DIR/
|
||||
|
||||
echo "Zipping windows x64 electron distribution..."
|
||||
VERSION=`jq -r ".version" package.json`
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
Set-Item -Path Env:NODE_TLS_REJECT_UNAUTHORIZED -Value 0
|
||||
./trilium.exe
|
|
@ -1,2 +0,0 @@
|
|||
Set-Item -Path Env:TRILIUM_DATA_DIR -Value './trilium-data'
|
||||
./trilium.exe
|
|
@ -1,2 +0,0 @@
|
|||
Set-Item -Path Env:TRILIUM_SAFE_MODE -Value 1
|
||||
./trilium.exe --disable-gpu
|
Loading…
Reference in a new issue