You are ChatGPT, a large language model trained by OpenAI, based on the GPT-4 architecture. Knowledge cutoff: 2023-10 Current date: 2024-07-05
Image input capabilities: Enabled Personality: v2
| /** | |
| * Parse and patch Bun's Windows .bunx metadata files. | |
| * | |
| * Commands: | |
| * bun run bunx-util.ts inspect <path-to-file.bunx> | |
| * bun run bunx-util.ts patch-shebang <path-to-file.bunx> [--out <dest-path>] [--no-backup] | |
| * | |
| * Format reference (from src/install/windows-shim/BinLinkingShim.zig): | |
| * | |
| * Layout (UTF-16LE unless noted): |
| [Desktop Entry] | |
| Name=MounRiver Studio | |
| Exec="PUT YOUR INSTALL PATH HERE/mounriver-studio 2" | |
| Icon="PUT YOUR INSTALL PATH HERE/resources/app/resources/linux/code.png" | |
| Type=Application | |
| Categories=Development;IDE; |
| # By default, this will convert all MP4 files in the specified directory to AV1-encoded MKV files. | |
| # You can specify parameters to the command, or modify the default behavior below. | |
| # Run `Get-Help MassFFmpegConvert.ps1` for more information. | |
| param( | |
| [Parameter(Mandatory)] | |
| [String]$path = ".", | |
| [Parameter()] | |
| [String]$inputExtension = "mp4", | |
| [String]$outputExtension = "mkv", |
You need Nativefier and this icon.
Then, save discord.js, the icon, and build.sh in the same folder.
Finally, just execute build.sh!
./build.sh (remember to chmod 755 build.sh first)!