Skip to content

Commit

Permalink
mac&cheese
Browse files Browse the repository at this point in the history
  • Loading branch information
Kisspeace committed Aug 16, 2022
1 parent 629a3cf commit 5deafa5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 19 deletions.
29 changes: 19 additions & 10 deletions NsfwBox.deployproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</ProjectExtensions>
<PropertyGroup>
<DeviceId Condition="'$(Platform)'=='Android'"/>
<DeviceId Condition="'$(Platform)'=='Android64'"/>
<DeviceId Condition="'$(Platform)'=='Android64'">0123456789ABCDEF</DeviceId>
</PropertyGroup>
<ItemGroup Condition="'$(Platform)'=='Win64'"/>
<ItemGroup Condition="'$(Platform)'=='Linux64'"/>
Expand Down Expand Up @@ -95,6 +95,15 @@
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
<DeployFile Include="assets\themes\default\content-origin-5.png" Condition="'$(Config)'=='Release'">
<RemoteDir>NsfwBox\assets\internal\themes\default\</RemoteDir>
<RemoteName>content-origin-5.png</RemoteName>
<DeployClass>File</DeployClass>
<Operation>0</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
<DeployFile Include="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png" Condition="'$(Config)'=='Release'">
<RemoteDir>NsfwBox\res\drawable-xhdpi\</RemoteDir>
<RemoteName>ic_notification.png</RemoteName>
Expand Down Expand Up @@ -131,6 +140,15 @@
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
<DeployFile Include="assets\themes\default\content-origin-4.png" Condition="'$(Config)'=='Release'">
<RemoteDir>NsfwBox\assets\internal\themes\default\</RemoteDir>
<RemoteName>content-origin-4.png</RemoteName>
<DeployClass>File</DeployClass>
<Operation>0</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
<DeployFile Include="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Condition="'$(Config)'=='Release'">
<RemoteDir>NsfwBox\res\drawable-large\</RemoteDir>
<RemoteName>splash_image.png</RemoteName>
Expand All @@ -149,15 +167,6 @@
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
<DeployFile Include="assets\themes\default\content-origin-4.png" Condition="'$(Config)'=='Release'">
<RemoteDir>NsfwBox\assets\internal\themes\default\</RemoteDir>
<RemoteName>content-origin-4.png</RemoteName>
<DeployClass>File</DeployClass>
<Operation>0</Operation>
<LocalCommand/>
<RemoteCommand/>
<Overwrite>True</Overwrite>
</DeployFile>
<DeployFile Include="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Condition="'$(Config)'=='Release'">
<RemoteDir>NsfwBox\library\lib\armeabi\</RemoteDir>
<RemoteName>libNsfwBox.so</RemoteName>
Expand Down
25 changes: 16 additions & 9 deletions NsfwBox.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<FrameworkType>FMX</FrameworkType>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Release</Config>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<Platform Condition="'$(Platform)'==''">Android64</Platform>
<TargetedPlatforms>32787</TargetedPlatforms>
<AppType>Application</AppType>
<MainSource>NsfwBox.dpr</MainSource>
Expand Down Expand Up @@ -357,6 +357,13 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="assets\themes\default\content-origin-5.png" Configuration="Release" Class="File">
<Platform Name="Android64">
<RemoteDir>assets\internal\themes\default</RemoteDir>
<RemoteName>content-origin-5.png</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_NotificationIcon_48x48.png" Configuration="Release" Class="Android_NotificationIcon48">
<Platform Name="Android64">
<RemoteName>ic_notification.png</RemoteName>
Expand Down Expand Up @@ -395,13 +402,6 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="assets\themes\default\content-origin-4.png" Configuration="Release" Class="File">
<Platform Name="Android64">
<RemoteDir>assets\internal\themes\default</RemoteDir>
<RemoteName>content-origin-4.png</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\bin\Artwork\Android\FM_SplashImage_640x480.png" Configuration="Release" Class="Android_SplashImage640">
<Platform Name="Android64">
<RemoteName>splash_image.png</RemoteName>
Expand All @@ -415,6 +415,13 @@
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="assets\themes\default\content-origin-4.png" Configuration="Release" Class="File">
<Platform Name="Android64">
<RemoteDir>assets\internal\themes\default</RemoteDir>
<RemoteName>content-origin-4.png</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="$(BDS)\lib\android\debug\armeabi\libnative-activity.so" Configuration="Release" Class="AndroidLibnativeArmeabiFile">
<Platform Name="Android64">
<RemoteName>libNsfwBox.so</RemoteName>
Expand Down Expand Up @@ -1515,8 +1522,8 @@
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
Expand Down

0 comments on commit 5deafa5

Please sign in to comment.