-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.aproj
25 lines (25 loc) · 2.12 KB
/
default.aproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<project ver="10" name="fliplo_desktop" libEmbed="true" icon="logo.ico" ui="win" output="fliplo_desktop.exe" CompanyName="单位名称" FileDescription="fliqlo_desktop" LegalCopyright="Copyright (C) 单位名称 2020" ProductName="fliqlo_desktop" InternalName="fliqlo_desktop" FileVersion="0.0.0.08" ProductVersion="0.0.0.08" publishDir="/dist/" dstrip="false" local="false" ignored="false">
<file name="main.aardio" path="main.aardio" comment="main.aardio"/>
<folder name="Js渲染进程" path="res" embed="true" local="false" ignored="false">
<file name="flipclock.css" path="res\flipclock.css" comment="res\flipclock.css"/>
<file name="flipclock.js" path="res\flipclock.js" comment="res\flipclock.js"/>
<file name="index.aardio" path="res\index.aardio" comment="res\index.aardio"/>
<file name="jquery.min.js" path="res\jquery.min.js" comment="res\jquery.min.js"/>
<file name="style.css" path="res\style.css" comment="res\style.css"/>
</folder>
<folder name="Js主进程" path="electron.app" comment="目录" embed="false" local="false" ignored="false">
<file name=".aardio-ignore" path="electron.app\.aardio-ignore" comment="electron.app\.aardio-ignore"/>
<file name=".npmrc" path="electron.app\.npmrc" comment="electron.app\.npmrc"/>
<file name=".yarnrc" path="electron.app\.yarnrc" comment="electron.app\.yarnrc"/>
<file name="app.ico" path="electron.app\app.ico" comment="electron.app\app.ico"/>
<file name="main.js" path="electron.app\main.js" comment="electron.app\main.js"/>
<file name="package.json" path="electron.app\package.json" comment="electron.app\package.json"/>
<folder name="node_modules" path="electron.app\node_modules" comment="electron.app\node_modules">
<folder name="aardio" path="electron.app\node_modules\aardio" comment="electron.app\node_modules\aardio">
<file name="index.d.ts" path="electron.app\node_modules\aardio\index.d.ts" comment="electron.app\node_modules\aardio\index.d.ts"/>
<file name="index.js" path="electron.app\node_modules\aardio\index.js" comment="electron.app\node_modules\aardio\index.js"/>
</folder>
</folder>
</folder>
</project>