.ASAR ファイル拡張子
Electron Archive
| 開発元 | GitHub |
| 人気度 |
4.3 | 27 票 |
ASARファイルとは?
An ASAR file is an archive used to package source code for an application using Electron, an open source library used to build cross-platform programs. It is saved in a format similar to .TAR archives where files contained in the archive, such as .HTML, .JS, and .CSS files, are concatenated together without using compression.
詳細情報
ASAR files allow developers to package their apps in an archive instead of a folder, which protects the source code of the app from being exposed to other users. You can package the application into an archive using the asar utility included with Electron.
一般的な.ASARファイル名
app.asar - Default name given to an application packaged into an ASAR archive.