Skip to content

Commit

Permalink
null value added to credentials at first
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetmertguduz committed Jun 2, 2024
1 parent 066c83a commit 6d6b300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install(TARGETS yiffy DESTINATION /usr/local/bin)
install(CODE "
file(MAKE_DIRECTORY \"${dest_path}\")
file(WRITE \"${dest_path}/yiffy-config.txt\" \"IS_NSFW=NO\nIMG_DISPLAY_COMMAND=ascii-image-converter\n\")
file(WRITE \"${dest_path}/yiffy-credentials.txt\" \"USERNAME=\nAPI-KEY=\n\")
file(WRITE \"${dest_path}/yiffy-credentials.txt\" \"USERNAME=NULL\nAPI-KEY=NULL\n\")
execute_process(COMMAND chmod 755 \"${dest_path}\")
execute_process(COMMAND chmod 755 \"${dest_path}/yiffy-config.txt\")
execute_process(COMMAND chmod 755 \"${dest_path}/yiffy-credentials.txt\")
Expand Down

0 comments on commit 6d6b300

Please sign in to comment.