.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.