kstost / aiexe

aiexe, the cutting-edge command-line interface (CLI/GUI) tool

Home Page:https://youtube.com/@코드깎는노인

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't update to 1.0.153

CodeGGSEO opened this issue · comments

Could you check the error message below ?

PS C:\Windows\System32> if (Get-Command npm -ErrorAction SilentlyContinue) { $timestamp = Get-Date -Format "yyyyMMddHHmmss"; $folderName = "aiexe_project$timestamp"; $desktopPath = [System.IO.Path]::Combine([System.Environment]::GetFolderPath('Desktop'), $folderName); New-Item -ItemType Directory -Path $desktopPath -Force; if (Test-Path $desktopPath) { Set-Location -Path $desktopPath; Invoke-WebRequest -Uri "https://github.com/kstost/aiexe/archive/refs/heads/main.zip" -OutFile "aiexe_project.zip" -ErrorAction Stop; if (Test-Path "aiexe_project.zip") { Expand-Archive -Path "aiexe_project.zip" -DestinationPath "."; Set-Location -Path "aiexe-main"; npm i; if ($?) { npm run build; if ($?) { ii "dist\aiexe Setup*.exe" } } } } } else { Write-Output "npm is not installed. Please download and install it from https://nodejs.org." }

Directory: C:\Users\themo\OneDrive\바탕 화면

Mode LastWriteTime Length Name


d---- 2024-05-25 오후 7:37 _aiexe_project_20240525193710
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.

added 547 packages, and audited 548 packages in 1m

109 packages are looking for funding
run npm fund for details

found 0 vulnerabilities

aiexe@1.0.153 build
cross-env NODE_ENV=production electron-builder

• electron-builder version=24.13.3 os=10.0.22631
• loaded configuration file=package.json ("build" field)
• writing effective config file=dist\builder-effective-config.yaml
• packaging platform=win32 arch=x64 electron=30.0.8 appOutDir=dist\win-unpacked
⨯ cannot execute cause=exit status 1
errorOut=Fatal error: Unable to commit changes

                command='C:\Users\themo\AppData\Local\electron-builder\Cache\winCodeSign\winCodeSign-2.6.0\rcedit-x64.exe' 'C:\Users\themo\OneDrive\바탕 화면\_aiexe_project_20240525193710\aiexe-main\dist\win-unpacked\aiexe.exe' --set-version-string FileDescription aiexe --set-version-string ProductName aiexe --set-version-string LegalCopyright 'Copyright © 2024 Kim seungtae' --set-file-version 1.0.153 --set-product-version 1.0.153.0 --set-version-string InternalName aiexe --set-version-string OriginalFilename '' --set-version-string CompanyName 'Kim seungtae' --set-icon 'C:\Users\themo\OneDrive\바탕 화면\_aiexe_project_20240525193710\aiexe-main\assets\icon.ico'
                workingDir=

• Above command failed, retrying 3 more times
• building target=nsis file=dist\aiexe Setup 1.0.153.exe archs=x64 oneClick=false perMachine=false
• building block map blockMapFile=dist\aiexe Setup 1.0.153.exe.blockmap

PS C:\Users\themo\OneDrive\바탕 화면_aiexe_project_20240525193710\aiexe-main>